Running CGI script from any directory or via /~username/cgi-bin
by admin on Dec.23, 2011, under DirectAdmin
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. Insert this text into the file:
Options +ExecCGI
AddHandler cgi-script .cgi .pl
Incoming search terms:
menggunakan AddHandler cgi-script cgi plRelated posts:
- cgi files generate Internal Server Error This means that the cgi script did not execute properly....
- Updating Apache to the latest version You can check the current version of apache by running...
Related posts brought to you by Yet Another Related Posts Plugin.
