0
votes
1answer
726 views
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 …
0
votes
3answers
103 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
1answer
352 views
Django MOD_PYTHON ERROR
I have had django running with mod_python for awhile now but today I get the following error
MOD_PYTHON ERROR
ProcessId: 4551
Interpreter: 'thatch'
ServerName: 'that …
1
vote
1answer
35 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 …
0
votes
1answer
16 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
1answer
28 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 …
1
vote
1answer
31 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
499 views
mod_python on CentOS under httpd and hsphere
I have asked our hosting provider to add mod_python to our httpd server. The server appears to be in an hsphere cluster and they appear to use yum to administer it. He is reporti …
0
votes
3answers
154 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
2answers
50 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 …
0
votes
2answers
429 views
Error while deploying Django on Apache
I have a small Django website which I am trying to run on an Apache 2.2 HTTP-Server.
The application is running fine using "python manage.py runserver".
Django Version: 1.0.2 fin …
1
vote
3answers
79 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
0answers
45 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
57 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
525 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/ …
