[mod_python] apache [linux] config file.

Refrigerator Johnny johnny at johnnysfunhouse.com
Tue Dec 18 21:21:37 EST 2001


I statically linked mod_python into apache on a linux 6.2 system.
I can see in my log file, that it is loaded.
I added the following to my apache.conf file:
<Directory /usr/local/apache/test>
   AddHandler python-program .py
   Pythonhandler mptest
  PythonDebug On
</Directory>

when I go to localhost/test/mptest.py,
I get a listing of the python file.
What else do I have to do?
Thanks for any insight into this problem!
-john
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20011218/64b4981c/attachment-0003.htm


More information about the Mod_python mailing list