File "test.cgi"
Full Path: /home/analogde/www/CGI/test.cgi
File size: 170 bytes
MIME-type: text/x-script.python
Charset: utf-8
#!/usr/bin/python
print "Content-type: text/html\n\n"
print "<html><head><title>Page de test</title></head><body>\n"
print "<p>Hello World</p>\n"
print "</body></html>\n"