Ich habe ein Problem mit CGI und Perl-Scripten.
Ich kann auf meinem Rootserver nicht ein Perl- oder CGI-Script ausführen.
Hier mal ein Ausschnitt aus meiner httpd.conf:
Code: Select all
AddHandler cgi-script .cgi .pl
<Directory "/home/www/web5/html/atmail">
# Allow execution of CGI scripts
Options Includes ExecCGI
AllowOverride All
# Controls who can get stuff from this server.
<Limit GET>
order allow,deny
allow from all
</Limit>
</Directory>Vielleicht sollte ich noch hinzufügen, dass ich einen 1&1 Root-Server L mit Suse Linux 8.1 und Apache/1.3.26 (Linux/SuSE) mod_ssl/2.8.10 OpenSSL/0.9.6g PHP/4.2.2 benutze.
Kann mir jemand helfen?