in reply to How do I get my webserver to execute Perl CGI scripts?

Make sure to have something like this in your httpd.conf: ScriptAlias /some/path /location/of/cgi/script.cgi
  • Comment on Re: How do I get my webserver to execute Perl CGI scripts?