Can I use FastCGI with Perl?
Last Updated:
January 26, 2007 9:09 AM
Yes. However you will need to create an .htaccess file in the directory containing the file.cgi script with the contents "Options ExecCGI".
NOTE: This will need to be done in any directory outside of /cgi that you wish to run .fcgi scripts in.
