<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br><br>I am new to python I have few questions regarding configuring apache with python.</blockquote>
<div>   <br>    I have a hello_world.py file in /var/www/html/testing/ with permissions 755, but when I try to access <a href="http://localhost/testing/helloworl.py">http://localhost/testing/helloworl.py</a> in mu web browser. The web browser is showing the out put in this way<br>
<br><br>#!/usr/bin/python
print "Content-Type: text/html"
print
print """\


<h2>Hello World!</h2>
"""<br><br><br><br> Please help me to solve this issue<br><br>Thanks<br>Bhanu<br></div><div><br></div></div><br>