Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Configuring Apache webserver to allow CGI scripts
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
This article describes how to configure Apache to allow execution of user CGI scripts. It may not apply to all versions of Apache.
Tittel: [Solved] Configuring Apache webserver to allow CGI scripts
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
1. Edit srm.conf to install for cgi script handler:
AddHandler cgi-script .cgi
2. Edit access.conf to allow ExecCGI:
Options ExecCGI

Some Apache installations use "unified setup", in this case you'll find the aforementioned directives in the main server config file, httpd.conf.