[mod_python] Running more than one Python script

Leader730 leader730 at hotmail.com
Sun Sep 1 00:40:30 EST 2002


Hello, I am new to all this and I'm having a problem, I configured mod_python on alright I guess but the only file that will run is the the name specidied after PythonHandler in the apache httpd.conf file

<Directory "C:/Program Files/Apache Group/Apache/htdocs/server">
   AddHandler python-program .py
   PythonHandler test
</Directory>

so in this case only the file test.py would run, anything else would return the same thing as test.py, I followed the tutorial and it says that every file should run but it doesn't work for me, I have it setup exactly like it says so If anyone knows how to fix this please tell me (I'm running it on Windows btw).

thanks


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20020901/fb1bdcaf/attachment-0003.htm


More information about the Mod_python mailing list