Questions tagged [mod-python]
36 questions
0
votes
3 answers
Have problems installing mod_python
I seem to have some problems installing mod_python with apache.
./configure --prefix=/usr/local/apache2
make
make install
/usr/local/apache2/bin/apachectl start
On the final line, I seem to get this error.
(13)Permission denied: make_sock: could…
user59537
0
votes
1 answer
Run Mod_Python with Mod_WSGI on Apache for Django -- Segmentation fault (11)
Okay, so I have to use an existing server to run my Django web app on. The server is running Mac OS 10.6 Server. It comes with Python 2.3, 2.5, and 2.6 pre-installed. I have edited my http.conf file to include the following:
# Force python to run in…

ChrisJF
- 103
- 1
- 4
0
votes
2 answers
segfault with mod_wsgi / mod_python after Python upgrade on Gentoo
I'm having a problem after upgrading from Python 2.5 to 2.6
I'm using Gentoo and running a Django app with Apache 2 and mod_python.
After the upgrade I started getting a segfault when I try to access the site, Apache starts fine and can serve static…

F.C.
- 125
- 6
0
votes
1 answer
Django setting environment variable globally
I'm having a problem setting up Django on our CentOS server using mod_python. Site 'A' is running PHP (Codeigniter) and site 'B' is running Django. Our Django site is running perfectly.
However, every once in a while (maybe 1 or 2 requests in 10),…

John McCollum
- 265
- 1
- 2
- 7
0
votes
0 answers
pycharm .run not showing i have been facing this issue for no matter what i do its not changing
File "C:\Users\Home\Desktop\calculator\calc.py", line 19, in
calc.run
AttributeError: 'Calculator' object has no attribute 'run'
This is the problem i have been facing
if __name__ == "__main__":
calc = Calculator()
…

Vyshnav
- 1
- 1
-1
votes
2 answers
How to Compile Mod_Python 3.3.1 for Python 2.6 and Apache 2.2 on Windows?
I have no experience compiling code, other than using Visual Studio's Build command. I am hoping we can create a step-by-step guide for compiling mod_python on windows. Please be as descriptive as possible.
This is what I've done so far:
Download…

John
- 101
- 4