Skrevet av Emne: Configuring Apache webserver to allow CGI scripts  (Lest 3033 ganger)

ATC

  • Gjest
Configuring Apache webserver to allow CGI scripts
« på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • This article describes how to configure Apache to allow execution of user CGI scripts. It may not apply to all versions of Apache.



    ATC

    • Gjest
    [Solved] Configuring Apache webserver to allow CGI scripts
    « Svar #1 på: 27. ſeptember 2008, 18:24 pm »
  • [applaud]0
  • [smite]0
  • 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.