Help for this page

Select Code to Download


  1. or download this
    DirectoryIndex index.cgi
    AddHandler cgi-script .cgi .pl
    Options +ExecCGI
    
  2. or download this
    #!/usr/bin/perl
    print "Content-Type: text/html\n\nHello World!\n";
    
  3. or download this
    ErrorLog /some/path/logs/error_log
    CustomLog /some/path/logs/access_log common