Klaus Mock: CGI-BIN wo anders hin tun...

Beitrag lesen

Hallo,

Auszug aus einer httpd.conf:
-- schnipp ------
ScriptAlias /cgi-bin/ "D:/Apache/cgi-bin/"

"D:/Apache/cgi-bin" should be changed to whatever your ScriptAliased

CGI directory exists, if you have that configured.

<Directory "D:/Apache/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
</Directory>
-- schnapp ------

Was galubst Du, wohl, was uns das sagen will. Ach ja, Änderungen an der Konfiguration werden erst nach einem NEustart des Servers wirksam.

Grüße
  Klaus