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> 

URL aus dem "~" (Tilde) zur Beseitigung

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 

httpd.conf
 Alias / USERNAME / "/home/ USERNAME /public_html/"
<Directory "/home/ USERNAME /public_html">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory> 
Directory in der Richtlinie ist ein Beispiel. Bitte ändern Sie, falls erforderlich.