1
vote
1answer
23 views
Browser Detection Python / mod_python?
I want to keep some statistics about users and locations in a database. For instance, I would like to store "Mozilla","Firefox","Safari","Chrome","IE", etc... as well as the versio …
1
vote
1answer
25 views
Setting mod_python’s interperter
I have mod_python installed on a debian box with python 2.4 and 2.6 installed. I want mod_python to use 2.6 but it is finding 2.4. How can set it to use the other version.
0
votes
1answer
13 views
mod_python req.subprocess_env not “seeing” PythonOptions
I'm having trouble getting an environmental variable out of apache config. (don't ask why it's being done this way, I didn't originally code it)
This is what I have in the apache …
0
votes
2answers
54 views
Installing mod_python on Snow Leopard
I'd rather not use Macports. Simply cause Macport replaces (installs another Apache in /opt/local/bin) the default installation of Apache. And that would mean having ports install/ …
0
votes
4answers
122 views
how to redirect to new page with javascript , after submit html form ?
hi all,
i'm using html , javascript & mod_python
i want to submit html form
i used
document.formName.submit();
after submitting
i want to redirect to new page
--i t …
0
votes
1answer
15 views
psycopg2 and mod_python import error
I am trying to setup roundup on a windows XP machine.
I use psycopg2 v2.0.13 and when i import the psycopg2 module from the shell it all works fine, but when mod_python tries to do …
0
votes
2answers
45 views
Problem to make an apache server run correctly under mod_python
Hello to all,
We try to migrate our old server to a new one but we experienced some problems with mod_python.
The problem is under this web page:
http://auction.tinyerp.org/auc …
1
vote
3answers
69 views
Mod_python produces no output
Hi,
Just installed and configured mod_python 3.2.8 on a CentOS 5 (Apache 2.2.3) server with Python 2.4.3. It is loaded fine by Apache.
I activated the mpinfo test page and it wor …
0
votes
1answer
48 views
mod_python interpreter’s cache not getting reset on script change?
I use mod_python.publisher to run Python code and discovered a problem: When I update a script the update doesn't always work right away and I get the same error I fixed with the u …
1
vote
2answers
459 views
Django newbie deployment question - ImportError: Could not import settings ‘settings’
Hello folks,
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/ …
31
votes
9answers
2k views
Reducing Django Memory Usage. Low hanging fruit?
My memory usage increases over time and restarting Django is not kind to users.
I am unsure how to go about profiling the memory usage but some tips on how to start measuring woul …
0
votes
0answers
31 views
making HTTP authentication optional with mod-python
Hi all,
I've a web application that accesses multiple controller classes based on the parameters it is passed. For some of the controllers, I want users to authenticate themselves …
0
votes
1answer
143 views
Stackless python stopped mod_python/apache from working.
Hello
I installed stackless pyton 2.6.2 after reading several sites that said its fully compatible with vanilla python. After installing i found that my django applications do not …
0
votes
2answers
140 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 …
0
votes
0answers
145 views
How many high-profile sites are using mod_wsgi ? [closed]
I've been investigating modwsgi for our Django-based sites and am quite impressed by the performance and other features compared to mod_python, which we currently use.
However in …
