Hallo Christian,
> Hallo Timo,
>
> On Mo, Dez 12, 2005 at 05:07:56 +0100, Timo Dreger wrote:
>>ich habe heute auf Apache2 umgestellt und leider scheint das ganze mit
>>mod_proxy nicht mehr zu funktionieren.
>>Wenn ich den Pfad im Browser aufrufe, erhalte ich nen 500 Internal
>>Server Error.
>>
>>Im Errorlog steht folgendes:
>>
>>failed to resolve handler `Apache::Registry': Can't locate object method
>>"boot" via package "mod_perl" at /usr/lib/perl5/Apache/Constants.pm line
>>8.\nCompilation failed in require at /usr/lib/perl5/Apache.pm line
>>6.\nBEGIN failed--compilation aborted at /usr/lib/perl5/Apache.pm line
>>6.\nCompilation failed in require at /usr/lib/perl5/Apache/Registry.pm
>>line 2.\nBEGIN failed--compilation aborted at
>>/usr/lib/perl5/Apache/Registry.pm line 2.\nCompilation failed in require
>>at (eval 4) line 3.\n
>
> Welche mod_perl-Version verwendest du? Welche Version von CGI.pm kommt
> zum Einsatz? Wie sieht deine apache-Konfiguration für OTRS aus?
Das ganze läuft auf Debian sarge mit dem Paket libapache2-mod-perl2
(1.999.21-1)
$CGI::VERSION=3.04;
VHOST:
<VirtualHost IP:80>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/host.host.de
ServerName host.host.de
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
Alias /otrs/ "/opt/otrs/bin/cgi-bin/"
<Location /otrs>
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlOptions +ParseHeaders
Order allow,deny
Allow from all
</Location>
ErrorLog /var/log/apache2/host.host.de-error_log
CustomLog /var/log/apache2/host.host.de-access_log combined
</VirtualHost>
/etc/apache2/mods-enabled/perl.conf:
<Directory "/opt/otrs/bin/cgi-bin/">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
<Directory "/opt/otrs/var/httpd/htdocs/">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Gruß Timo
>
>>Timo Dreger
>
> Ciao,
> Christian
>
> --
> ((otrs)) :: OTRS GmbH :: Europaring 4 :: D - 94315 Straubing
> Fon: +49 (0) 9421 1862 760 :: Fax: +49 (0) 9421 1862 769
> http://www.otrs.com/ :: Communication with success!
> _______________________________________________
> OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
> Archiv: http://lists.otrs.org/pipermail/otrs-de/
> Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
> Support oder Consulting fuer Ihr OTRS System?
> => http://www.otrs.de/
_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/