Patrik Widmer: CGI, PERL & APACHE

Beitrag lesen

hallo

habs eingefügt, leider ohne erfolg

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, you@your.address and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

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

Apache/2.0.48 (Unix) mod_perl/1.99_08 Perl/v5.8.0 mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.3 DAV/2 Server at xxx.xx.xx.xxx Port 80

Im CGI-BIN verzeichnis funktionieren die *.cgi &*.pl

Vielen Dank für dein Einsatz

Servus,

dann mach es so wie z.B. hier.

<Directory "/">
    AllowOverride None
    Options ExecCGI
    Order allow,deny
    Allow from all
</Directory>

Schon geht es.

Gruss Matze