Kein Zugriff auf Perl Verzeichnis

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

Kein Zugriff auf Perl Verzeichnis

Postby StefanX » 29. March 2004 16:35

Hallo,

habe mir für Windows wie Linux quasi eine eigene W/LAMPP erstellt, und habe auch bei beiden das selbe Problem: mir wird der Zugriff zu dem Verzeichnis verboten indem meine Perlscripte liegen sollen (die Rechte unter Linux sind alle auf mich als user übertragen). Die Meldung:

Forbidden
You don't have permission to access /modperl/ on this server.

--------------------------------------------------------------------------------

Apache/2.0.48 (Win32) mod_perl/1.99_12 Perl/v5.8.2 PHP/4.3.4 Server at localhost Port 80

########################################

Der entsprechende Abschnitt in der 'httpd.conf' sieht so aus (der für Win ist praktisch genauso):
#ScriptAlias /cgi-bin/ "/opt/apache2/cgi-bin/"
ScriptAlias /modperl/ "/usr/local/apache2/www/modperl/"

<IfModule mod_cgid.c>
#
# Additional to mod_cgid.c settings, mod_cgid has Scriptsock <path>
# for setting UNIX socket for communicating with cgid.
#
#Scriptsock logs/cgisock
</IfModule>

#
# "/opt/apache2/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/usr/local/apache2/www/modperl">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
----------------------------------------------------------------

Weiß jemand wo der Fehler liegen könnte? Danke

StefanX
StefanX
 
Posts: 1
Joined: 29. March 2004 16:15

Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 124 guests