python-apache configuration

2009-10-13 Thread Bhanu Mangipudi
Hi, I am new to python I have few questions regarding configuring apache with python. I have a hello_world.py file in /var/www/html/testing/ with permissions 755, but when I try to access http://localhost/testing/helloworl.py in mu web browser. The web browser is showing the out put in

Re: python-apache configuration

2009-10-13 Thread James Matthews
You need to load mod_python and read the docs (or you can use CGI and make sure apache owns the file) On Tue, Oct 13, 2009 at 3:55 PM, Bhanu Mangipudi mbhanu...@gmail.comwrote: Hi, I am new to python I have few questions regarding configuring apache with python. I have a