Hallo Dennis,
so funzts bei mir unter debian:
<VirtualHost 192.168.0.2:80>
ServerName otrs.ems-ag.de
ServerAlias otrs
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /opt/otrs/bin/cgi-bin
># FancyIndexing Off
ErrorLog /var/log/apache2/otrs_error_log
TransferLog /var/log/apache2/otrs_access_log
># ProxyPass / http://www.ems-ag.de/otrs/
># ProxyPassReverse / http://www.ems-ag.de/otrs/
#Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
# Apache::Reload - Reload Perl Modules when Changed on Disk
#PerlModule Apache::Reload
#PerlInitHandler Apache::Reload
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
<Location />
ErrorDocument 403 customer.pl
ErrorDocument 403 index.pl
DirectoryIndex index.pl
# SetHandler perl-script
# PerlHandler ModPerl::Registry
Options +ExecCGI
# PerlOptions +ParseHeaders
</Location>
#<LocationMatch /.*\.pl>
# Options +ExecCGI
# SetHandler cgi-script
# SetHandler perl-script
# PerlHandler ModPerl::Registry
# PerlOptions +ParseHeaders
#</LocationMatch>
# MaxRequestsPerChild (so no apache child will be to big!)
#MaxRequestsPerChild 400
<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>
Hoffe, bei dir geht das so auch.
Ciao,
Christian
On Di, Mai 24, 2005 at 10:58:51 +0200, Dennis Schwan wrote:
>Hier mein VHost, ich bekomm das mod_perl irgendwie nicht weg, vielleicht
>kannst du mir ja helfen:
>
><VirtualHost 192.168.245.100:80>
> ServerName otrs.ems-ag.de
> ServerAlias otrs
> ServerAdmin [EMAIL PROTECTED]
> DocumentRoot /opt/otrs/bin/cgi-bin
># FancyIndexing Off
> ErrorLog /var/log/apache2/otrs_error_log
> TransferLog /var/log/apache2/otrs_access_log
># ProxyPass / http://www.ems-ag.de/otrs/
># ProxyPassReverse / http://www.ems-ag.de/otrs/
>
>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
># SetHandler perl-script
># PerlHandler ModPerl::Registry
># Options +ExecCGI
># PerlOptions +ParseHeaders
></Location>
><LocationMatch /.*\.pl>
> Options +ExecCGI
> SetHandler cgi-script
> SetHandler perl-script
> PerlHandler ModPerl::Registry
> PerlOptions +ParseHeaders
></LocationMatch>
>
>
>
># MaxRequestsPerChild (so no apache child will be to big!)
>#MaxRequestsPerChild 400
>
><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 24.05.2005, 10:43 +0200 schrieb Christian Schoepplein:
>> Hi Dennis,
>>
>> On Di, Mai 24, 2005 at 10:34:24 +0200, Dennis Schwan wrote:
>> >Die Anh�nge sollten eigentlich im Filesystem gespeichert werden:
>> >
>> >#Anh�nge ins FS
>> >$Self->{TicketStorageModule} =
>> >'Kernel::System::Ticket::ArticleStorageFS';
>>
>> OK.
>>
>> >Es geht auch nicht mit kleinen Anh�ngen (habe es mit 6kb versucht), also
>> >denke ich nicht, dass es an einer Einstellung h�ngt.
>>
>> OK, das kann wirklich nichts mit der Einstellung f�r die maximale
>> Attachment-Gr��e zu tun ahben.
>>
>> >Was mich noch
>> >extrem wundert, ist, dass er beim ersten Klick auf "Anh�ngen" fragt ob
>> >ich die index.pl mit dem Texteditor �ffnen oder auf der Platte speichern
>> >will.
>>
>> Das h�rt sich eher nach einem Problem mit der Webserverkonfiguration an.
>> Du verwendest, wenn ich mich richtig erinnere, mod_perl. Ich bef�rchte
>> ja, dass das wieder damit zu tun hat.
>>
>> Es gibt jetzt das entg�ltige Release von mod_perl f�r apache 2.x. Evtl.
>> magst du ja darauf mal updaten. Man m�sste das Ganze halt aber auch mal
>> ohne mod_perl probieren, aber irgendwie hat das ja damals bei dir nicht
>> funktioniert.
>>
>> 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.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/