Re: need help with mod_python in RH 9

2005-06-21 Thread grahamd
Oh, one minor thing. Your content type should be "text/plain" and not "text/html" as you aren't returning HTML This isn't going to be causing the problem you are seeing though. Graham -- http://mail.python.org/mailman/listinfo/python-list

Re: need help with mod_python in RH 9

2005-06-21 Thread grahamd
Read: http://www.dscpl.com.au/projects/vampire/articles/modpython-001.html It addresses the more common problems and how to sort out what you may not have done right. Anyway, I don't seem to see any problems with what you have said you have done, so work through the referenced document. Especi

need help with mod_python in RH 9

2005-06-21 Thread Titi Anggono
Hi all, I use apache2.0, mod_python 3.0, and python2.2.2. In /etc/httpd/conf.d/python.conf, I added following (as I read in the manual) AddHandler python-program .py PythonHandler mptest PythonDebug On and create mptest.py under directory /var/www/html/htdocs, (as I read in the manual) ---