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 …
2
votes
6answers
2k views
Django Apache/mod_python Admin CSS not appearing with admin tables
Hello,
I have Windows XP/Django/apache/mod_python working on localhost. All parts are working with the exception of the admin CSS not rendering. The admin works, but no html formatting. I've made …
0
votes
3answers
162 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
1answer
826 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 descriptive as …
0
votes
3answers
119 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
374 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: 'thatch'
DocumentRoot: …
1
vote
1answer
51 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
22 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.
…
0
votes
1answer
35 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 …
1
vote
1answer
33 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
518 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 reporting some dependencies …
0
votes
2answers
57 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:
…
0
votes
2answers
442 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 final
Python: 2.5
OS: …
1
vote
3answers
89 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
49 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 …
