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

OS: Debian Buster mod_python: master HEAD (7af8011) ``` /usr/src/mod_python# ./configure --with-python=/usr/bin/python3 checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name......

If I'm reading [this code](https://github.com/grisha/mod_python/blob/25d6290ef2c6df75597c8107d3d6bebb561d8fa3/src/psp_parser.c#L975) correctly, it looks like a tab (`\t`) is hard-coded as the additional indentation format, even though [PEP 8](https://www.python.org/dev/peps/pep-0008/#tabs-or-spaces) says, "Spaces are the preferred indentation method."...

When I tried to compile with python3, and did ldd on mod_python.so found that python is not linked to mod_python.so Steps to reproduce ``` # ./configure --with-python=/usr/bin/python3.5 # make #...

Environment: OS: Linux Python: 3.4.5 Apache: 2.4.3 Details: I have compiled mod_python and install it partially. However , i use the following command: `./apachectl start` Error occurs as this: `Cannot...

Running 'make test' on a fresh Amazon ec2 instance, using ami-a9d09ed1 Server version: Apache/2.4.33 Python 2.7.14 causes I think almost all tests to fail. Attached is combined standard out/error. [out.txt](https://github.com/grisha/mod_python/files/2254936/out.txt)

Received follow error when running PythonHandlerModule Directive in logs ``` [Thu Aug 02 19:03:40.742572 2018] [:error] [pid 6985] [client 98.155.150.52:33808] PythonTransHandler handler: Traceback (most recent call last): [Thu Aug 02...

The configuration directive no longer handles absolute paths to script files. It was working in a previous iteration of mod_python ( I believe 3.3 ) but now running httpd results...

bug

Hi, I am using Python3.11 Debian 12 I am getting the below errors while compiling mod_python with Python 3.11 I am using the below commands: ./configure --with-apxs=`which apxs2` --with-python=`which python3.11`...

``` Thread 5 "apache2" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fb5e37fe6c0 (LWP 10393)] __new_sem_post (sem=0x21) at ./nptl/sem_post.c:35 35 ./nptl/sem_post.c: No such file or directory. ``` I see this...

Hello, I have recently upgraded from python3.7 to python3.9 and compiled mod_pyhton with python3.9. After the upgrade, I see apache process crashing with segmentation fault intemittently. I generated core dump...