Tagged Questions
0
votes
1answer
140 views
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 ...
0
votes
2answers
456 views
Django mod_python deployment error
I'm trying to deploy a django project via mod_python and I keep getting an error saying a handler module is missing.
My apache config:
<Location />
SetHandler python-program
...
0
votes
2answers
1k views
Configure Django project in a subdirectory using mod_python. Admin not working
HI guys. I was trying to configure my django project in a subdirectory of the root, but didn't get things working.(LOcally it works perfect). I followed the django official django documentarion to ...
13
votes
2answers
26k views
Django newbie deployment question - ImportError: Could not import settings 'settings'
The app runs fine using django internal server however when I use apache + mod_python I get the below error
File "/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py", line 75, in ...