Running CGI script from any directory or via /~username/cgi-bin

In order to force apache to allow cgi script to run, simply create a file called .htaccess inside the directory in which you wish to run the scripts.  Inser this text into the file:

Options +ExecCGI
AddHandler cgi-script .cgi .pl


Was this article helpful?

mood_bad Dislike 1
mood Like 0
visibility Views: 9520