PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Apache und Perl/CGI



dk5hr
24.01.03, 12:25
Hallo.

Vor kurzem habe ich den Apache von 2.0.43 auf 2.0.44 geupdatet.
Seit diesem Update hab ich allerdings ein paar Probleme mit CGI bzw. Perlskripten:

1. Wenn ich über den Mozilla ein Perl-Skript aufrufe, wird es nicht ausgeführt, sondern wird im Mozilla als Text angezeigt.
Liegt das am Mozilla oder doch am Apache, da es vor dem Update ja noch ging?
2. Wenn ich das Perl-Skript nach .cgi umbenenne, dann will Apache es ausführen.
Allerdings bekomme ich dann folgende Fehlermeldung:
Internal Server Error

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

Please contact the server administrator, reiner@dk5hr.homelinux.org 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.44 (Gentoo/Linux) Server at dk5hr.homelinux.org Port 80
Kann damit jemand etwas anfangen?
Anscheinend ist da etwas nicht richtig konfiguriert ("internal error or misconfiguration").
Meine httpd.conf liegt im Anhang.
Das meiste hab ich allerdings mit Webmin konfiguriert. Beim Starten von Apache kommt auch keine Fehlermeldung oder so.

Für Hilfe wäre ich sehr dankbar.

MfG dk5hr

dk5hr
25.01.03, 10:21
Hat niemand eine Idee dazu? :(
Bin ich etwa der einzige, bei dem diese Probleme auftreten? ;)

dakjo
25.01.03, 11:06
Ich vermisse die Zeilen in der die Module geladen werden. Und ausserdem die zuordunung :

Hier ein Ausschnitt aus meiner conf :

.....
LoadModule asis_module modules/mod_asis.so
LoadModule info_module modules/mod_info.so
LoadModule cgi_module modules/mod_cgi.so ###Laden des cgi-modules
LoadModule cgid_module modules/mod_cgid.so
LoadModule vhost_alias_module modules/mod_vhost_alias.so
LoadModule negotiation_module modules/mod_negotiation.so
........


Oder finde ich Sie einfach nicht ?