0
votes
2answers
24 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
0answers
31 views
Stackless python + apache + mod_python on ubuntu
Has anyone setup a apache2 and mod_python with stackless on ubuntu? If yes can you please post here the steps involved?
Thanks in advance
0
votes
3answers
26 views
mod_python is not loading stackless python
Hi,
I have setup a apache2 mod_python environment with stackless python and it is working.
And When I test the python environment with sys.version , it shows
2.5.2 Stackless 3.1b3 060516 …
0
votes
0answers
8 views
What do I need in order to save binary file post?
Hi,
I have a client program that uploads files to the server. Initially I used POST method and have mod_python to save a uploaded file. Then, I found that a file might contain some special character …
1
vote
1answer
59 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 versions, and possibly the …
0
votes
1answer
25 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 config.
…
1
vote
1answer
34 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
3answers
144 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/replace PHP too. I'd …
0
votes
1answer
45 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 it, I get this …
0
votes
3answers
179 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 tried …
0
votes
2answers
64 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:
…
1
vote
3answers
93 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 works. So I wrote a …
0
votes
0answers
65 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 (by simple HTTP …
0
votes
1answer
60 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 update until I …
0
votes
2answers
187 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 …
