Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/2015 in all areas

  1. Here is a Hello World Python Script to get you started. #!/usr/bin/python print "Content-Type: text/html\n\n"; print "Hello"; You can make that python file with extension ".py" in cgi-bin folder or have this in the ".htaccess" file of the folder in which you want Python scripts to be executed. AddHandler cgi-script .cgi .pl .py Options +ExecCGI
    1 point
×
×
  • Create New...