Hi Dennis,

OK, so siehts mit mod_perl aus. Was hast du gemacht, um es ohne mod_perl 
zu testen?

Meine Konfiguration unter debian ohne mod_perl und ohne virtuellen Host, 
sieht einfach nur so aus..., nur das N�tigste ist eingetragen:

# agent, admin and customer frontend
ScriptAlias /otrs/ "/home/cs/src/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/home/cs/src/otrs/var/httpd/htdocs/"


Ciao,
Christian

On Di, Mai 03, 2005 at 12:38:33 +0200, Dennis Schwan wrote:
>Hi,
>
>Hier der VHost:
>
><VirtualHost 192.168.245.100:80>
>    ServerName otrs.XXXXX.de
>    ServerAlias otrs
>    ServerAdmin [EMAIL PROTECTED]
>    DocumentRoot /opt/otrs/bin/cgi-bin
>    ErrorLog /var/log/apache2/otrs_error_log
>    TransferLog /var/log/apache2/otrs_access_log
>
>Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
># Apache::Reload - Reload Perl Modules when Changed on Disk
>PerlModule Apache::Reload
>PerlInitHandler Apache::Reload
>
>Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
>
><Location />
>  ErrorDocument 403 customer.pl
>  ErrorDocument 403 index.pl
>  DirectoryIndex index.pl
></Location>
><LocationMatch /.*\.pl>
>  Options +ExecCGI
>  SetHandler cgi-script
>  SetHandler  perl-script
>  PerlHandler ModPerl::Registry
>  PerlOptions +ParseHeaders
></LocationMatch>
>
><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>
>
>
></VirtualHost>
>
>
>Am Dienstag, den 03.05.2005, 11:53 +0200 schrieb Christian Schoepplein:
>> Hi Dennis!
>> 
>> Sorry f�r die sp�te Antwort!
>> 
>> OTRS sollte schon auch ohne mod_perl laufen. Wie gesagt tut es das unter 
>> debian auch. Vondaher geh ich momentan eher davon aus, dass du einen 
>> Fehler in der Konfiguration des apache's hast, was OTRS ohne 
>> mod_p0erl angeht.
>> 
>> Kannst du mir bitte die f�r OTRS relevanten Teile deiner 
>> apache-Konfiguration schicken? Evtl. kann ich dann mehr dazu sagen?
>> 
>> Ciao,
>> Christian
>> 
>> On Fr, Apr 29, 2005 at 02:53:33 +0200, Dennis Schwan wrote:
>> >Hi Christian,
>> >
>> >leider funktioniert otrs dann gar nicht mehr :(
>> >
>> >Gru� und sch�nes Wochenende,
>> >
>> >Dennis
>> >
>> >Am Freitag, den 29.04.2005, 14:27 +0200 schrieb Christian Schoepplein:
>> >> Hi Dennis!
>> >> 
>> >> Sollte es schon, jedenfalls tut es das unter debian ;-). F�r SUSe kann 
>> >> ich das leider gerade nicht 100%ig sagen, habe kein SUSe zum nachsehen 
>> >> hier.
>> >> 
>> >> Wenn dein apache aber auch ohne mod-perl cgi's ausf�hren kann, wird auch 
>> >> otrs laufen.
>> >> 
>> >> Ciao und sch�nes Wochenende,
>> >> Christian
>> >> 
>> >> On Fr, Apr 29, 2005 at 12:50:02 +0200, Dennis Schwan wrote:
>> >> >L�uft otrs dann �berhaupt noch ?
>> >> >
>> >> >Am Freitag, den 29.04.2005, 12:46 +0200 schrieb Christian Schoepplein:
>> >> >> Hi Dennis!
>> >> >> 
>> >> >> Kanst du testweise bitte mal mod_perl deaktivieren und otrs ganz 
>> >> >> normal 
>> >> >> laufen lassen? Ich habe derartig komische Verhaltensweisen auch unter 
>> >> >> debian mit mod-perl2. Mich w�rde interessieren, ob die Probleme dann 
>> >> >> verschwinden.
>> >> >> 
>> >> >> Ciao,
>> >> >> Christian
>> >> >> 
>> >> >> On Fr, Apr 29, 2005 at 12:23:44 +0200, Dennis Schwan wrote:
>> >> >> >Apache 2.0.50 mit mod_perl
>> >> >> >SuSE 9.2
>> >> >> >otrs 1.3.2
>> >> >> 
>> >> >> 
>> >> >> >Gru� Dennis
>> >> >> >
>> >> >> >Am Freitag, den 29.04.2005, 12:10 +0200 schrieb Christian Schoepplein:
>> >> >> >> Hi Dennis!
>> >> >> >> 
>> >> >> >> On Do, Apr 28, 2005 at 12:13:01 +0200, Dennis Schwan wrote:
>> >> >> >> >Folgende Fehlermeldung erhatlte ich beim anh�ngen einer Datei:
>> >> >> >> >
>> >> >> >> >Software error:
>> >> >> >> >Can't use an undefined value as a HASH reference at 
>> >> >> >> >/opt/otrs//Kernel/System/WebRequest.pm line 155, 
>> >> >> >> ><fh00002p3110012.jpg> line 2033.
>> >> >> >> >
>> >> >> >> >For help, please send mail to the webmaster ([EMAIL PROTECTED]), 
>> >> >> >> >giving
>> >> >> >> >this error message and the time and date of the error.
>> >> >> >> >
>> >> >> >> >Unter Linux fragt mich mein Firefox �brigens wie er mit der 
>> >> >> >> >index.pl
>> >> >> >> >umgehen soll (Speichern, �ffnen im Texteditor), beim 2ten oder 
>> >> >> >> >3ten mal
>> >> >> >> >absenden f�hrt er sie aber serverseitig aus. 
>> >> >> >> 
>> >> >> >> Benutzt du mod-perl? Beschreib mal bitte dein System genauer. 
>> >> >> >> Welche 
>> >> >> >> OTRS-Version, welchen apache, evtl. mod-perl, unter welchem 
>> >> >> >> Betriebssystem?
>> >> >> >> 
>> >> >> >> Ciao,
>> >> >> >> Christian
>> >> >> >> 
>> >> >> >
>> >> >> 
>> >> >> >_______________________________________________
>> >> >> >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/
>> >> 
>> >
>> 
>> >_______________________________________________
>> >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.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
>>         http://www.otrs.de/ :: Manage your communication!
>> 
>> _______________________________________________
>> 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/

-- 
((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg
        http://www.otrs.de/ :: Manage your communication!

_______________________________________________
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/

Antwort per Email an