Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../lib64/python2..../Demo/cgi
File: cgi1.py
#! /usr/bin/python2.7
[0] Fix | Delete
[1] Fix | Delete
"""CGI test 1 - check server setup."""
[2] Fix | Delete
[3] Fix | Delete
# Until you get this to work, your web server isn't set up right or
[4] Fix | Delete
# your Python isn't set up right.
[5] Fix | Delete
[6] Fix | Delete
# If cgi0.sh works but cgi1.py doesn't, check the #! line and the file
[7] Fix | Delete
# permissions. The docs for the cgi.py module have debugging tips.
[8] Fix | Delete
[9] Fix | Delete
print "Content-type: text/html"
[10] Fix | Delete
print
[11] Fix | Delete
print "<h1>Hello world</h1>"
[12] Fix | Delete
print "<p>This is cgi1.py"
[13] Fix | Delete
[14] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function