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