Hi
I have set up httpd.conf according to installation and configuration
instructions in the mod_python documentation. Yet when I enter the following
URL http://localhost/test.py all I get is an Apache view of my htdocs
directory. They if I click on test.py and open file dialog pops up. If I
give the file a cgi extension and enter the following URL
http://locathost/test.cgi it runs fine. I just can't figure out what I am
doing wrong.
--
Best Regards
John
I have set up httpd.conf according to installation and configuration
instructions in the mod_python documentation. Yet when I enter the following
URL http://localhost/test.py all I get is an Apache view of my htdocs
directory. They if I click on test.py and open file dialog pops up. If I
give the file a cgi extension and enter the following URL
http://locathost/test.cgi it runs fine. I just can't figure out what I am
doing wrong.
--
Best Regards
John
Comment