mod_python icon indicating copy to clipboard operation
mod_python copied to clipboard

mod_python

Results 25 mod_python issues
Sort by recently updated
recently updated
newest added

Hi, It seems there is something wrong with parse_qsl function from .src/_apachemodule.c For this code: ``` from mod_python import apache from mod_python import util def index(req): apache.log_error('args: {}'.format(req.args)) apache.log_error('parse_qsl: {}'.format(util.parse_qsl(req.args)))...

Hi, libapache2-mod-python failed some tests in Ubuntu regression tests, so we added a few patches to port it to python 3.10 (you can find those pretty straightforward patches here [1])....

I'm in the process of updating some web apps to mod_python 3.5.x on debian bullseye. On several occasions I've found the need to take patches from here and apply them...

Built mod_python (Ubuntu 20.04.2 LTS - Focal Fossa), using deb.sury for apache2 and apxs. Python3 runtime / library is Python 3.8.10 Apache/2.4.46 (Ubuntu) Using `./configure --with-python=/usr/bin/python3` The following is repeated...

I see apparently at random, a segmentation violation. Bcktrace is ``` (gdb) bt #0 raise (sig=) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 #2 __new_sem_post (sem=0x21) at sem_post.c:36 #3 0x00007f38785080f9 in PyThread_release_lock () from...

``` found /usr/local/bin/flex, we'll use this. Use --with-flex to specify another. checking flex version... configure: WARNING: Flex version 2.6.4 found. Version 2.5.31 or greater is required. You can generally ignore...

Hi, I'm trying to convert my python2 app to python3. It uses mod-python on debian. I have a sid vm that I'm using to experiment with, which supplies mod-python 3.5.0-1+b1....

[mod_python.txt](https://github.com/grisha/mod_python/files/6511065/mod_python.txt) I tried installing mod_python in RHEL 8 by running the commands mentioned in the documentation: $ ./configure $ make $ sudo make install $ make test Attached is the...

Hello @grisha, Thanks for taking care of this project! 😄 There was a bug reported against this in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/1919923. However, on taking a deeper look at this, I found...

on ubuntu 20.10 trying to import a python file on my mod_python project SiteBuilder=apache.import_module('~/lib/core/SiteBuilder.py') i get this error : Mod_python error: "PythonHandler main" Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/mod_python/apache.py",...