> > 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 this way
#!/usr/bin/python print "Content-Type: text/html" print print """\ Hello
World! """
Please help me to solve this issue
Thanks
Bhanu
-- http://mail.python.org/mailman/listinfo/python-list
