DirectoryIndex für das cgi-bin Verzeichnis setzen
Posted: 2006-09-12 10:53
Hallo Leute,
ich möchte auf einem Debian-Plesk System mit apache2 den DirectoryIndex so umbauen, daß er mir eine index.cgi aus dem cgi-bin Verzeichnis abnimmt. Das cgi-bin Verzeichnis befindet sich außerhalb des httpdocs Verzeichnissses, wird aber vom Apache2 dort eingeblendet.
Der Aufruf http://localhost/cgi-bin/index.cgi funktioniert während der Aufruf http://localhost/cgi-bin/ mit einem 403er beantwortet wird.
die Änderung in der http.conf von
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.php4
</IfModule>
auf
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.php4 index.cgi
</IfModule>
hat leider nicht die erwünschte Wirkung gebracht. Wo ist mein Denkfehler?
ich möchte auf einem Debian-Plesk System mit apache2 den DirectoryIndex so umbauen, daß er mir eine index.cgi aus dem cgi-bin Verzeichnis abnimmt. Das cgi-bin Verzeichnis befindet sich außerhalb des httpdocs Verzeichnissses, wird aber vom Apache2 dort eingeblendet.
Der Aufruf http://localhost/cgi-bin/index.cgi funktioniert während der Aufruf http://localhost/cgi-bin/ mit einem 403er beantwortet wird.
die Änderung in der http.conf von
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.php4
</IfModule>
auf
<IfModule mod_dir.c>
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.php4 index.cgi
</IfModule>
hat leider nicht die erwünschte Wirkung gebracht. Wo ist mein Denkfehler?