Konfiguriert, dass CGI

Geschrieben von: admin um 11 Montag 5. Februar 2008

httpd.conf und Korrekturen.
httpd.conf befindet sich gewöhnlich unten.
 /usr/local/apache2/conf 
Oder
 /usr/local/etc/apache2 

Kommentiertes der Punkt (#), entfernen Sie die
httpd.conf
 AddHandler cgi-script .cgi 

Options zur Änderung der Richtlinie
httpd.conf
 <Directory />
     Options ExecCGI FollowSymLinks Includes MultiViews 
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>