|
Santhosh V
santhosh at swamicyber.com
Tue Jun 12 15:37:03 EST 2001
Hi
I added the following lines to the httpd.conf after installing mod_python ( static compilation )
<Directory /python>
AddHandler python-program .py
PythonHandler mptest
PythonDebug On
</Directory>
When I start apache I get the following error message.
Syntax error on line 953 of /usr/local/apache/conf/httpd.conf:
Invalid command 'PythonHandler', perhaps mis-spelled or defined by a module not
included in the server configuration
./apachectl start: httpd could not be started
Please help me out
Regards
Santhosh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20010612/13150a8e/attachment-0003.htm
|