|
Peter Giannopoulos
Peter.GIANNOPOULOS at gemplus.com
Mon Dec 18 17:22:37 EST 2000
Ok. I corrected the syntax error in mod_python.c, rebuilt it and it now
loads but... :-(
I have the following in my httpd.conf
============================================================================
==============================
#This does not work I get : "The requested URL /say.py was not found on this
server."
# Yet the file does indeed exist and is exactly where specified "
<Directory /usr/local/apache/htdocs/webcard>
AddHandler python-program .py
PythonHandler mod_python.publisher
PythonDebug On
</Directory>
#This does work
<Directory /usr/local/apache/htdocs/webcard/doc>
AddHandler python-program .py
PythonHandler mptest
PythonDebug On
</Directory>
============================================================================
=============================
Again my specifics are: RedHat 7.0 , apache 1.3.14, python 2.0 and
mod_python 2.7
Any pointers?
Thanks in advance.
Peter Giannopoulos, Software Developer
Gemplus Software, Advanced Projects Group
Phone: +15147322434
Fax: +15147322401
Gemplus Card International
http://www.gemplus.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Peter Giannopoulos.vcf
Type: text/x-vcard
Size: 613 bytes
Desc: not available
Url : http://mailman.modpython.org/pipermail/mod_python/attachments/20001218/fad79960/PeterGiannopoulos-0003.vcf
|