Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Internal server + cgi bin error.  (Read 2649 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Internal server + cgi bin error.
« on: November 20, 2013, 10:53:27 pm »

Internal server +cgi bin error
Add these lines to httpd.conf

==================

Options All
scriptAlias /cgi-bin/ /var/www/cgi-bin/

AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all

AddHandler cgi-script .cgi .pl

===============