X7ROOT File Manager
Current Path:
/lib64/python2.7/Demo/cgi
lib64
/
python2.7
/
Demo
/
cgi
/
ðŸ“
..
📄
README
(437 B)
📄
cgi0.sh
(154 B)
📄
cgi1.py
(400 B)
📄
cgi1.pyc
(279 B)
📄
cgi1.pyo
(279 B)
📄
cgi2.py
(470 B)
📄
cgi2.pyc
(729 B)
📄
cgi2.pyo
(729 B)
📄
cgi3.py
(151 B)
📄
cgi3.pyc
(326 B)
📄
cgi3.pyo
(326 B)
📄
wiki.py
(3.94 KB)
📄
wiki.pyc
(5.25 KB)
📄
wiki.pyo
(5.25 KB)
Editing: cgi1.py
#! /usr/bin/python2.7 """CGI test 1 - check server setup.""" # Until you get this to work, your web server isn't set up right or # your Python isn't set up right. # If cgi0.sh works but cgi1.py doesn't, check the #! line and the file # permissions. The docs for the cgi.py module have debugging tips. print "Content-type: text/html" print print "<h1>Hello world</h1>" print "<p>This is cgi1.py"
Upload File
Create Folder