
Hallo Karlo, wegen <IfDefine> funktioniert config check nicht. Du musst rcapache stop && anschliessend rcapache2 start ausführen. Oder /etc/init.d/apache2 anpassen. Gruß Hermann Maurer -----Ursprüngliche Nachricht----- Von: otrs-de-bounces@otrs.org [mailto:otrs-de-bounces@otrs.org] Im Auftrag von Karlo Gross Gesendet: Mittwoch, 23. Februar 2005 11:35 An: otrs-de@otrs.org Betreff: [otrs-de] Fehlermeldung Hallo, das hab ich jetzt schon auf 2 Servern. Weiss jemand was das bedeutet? Karlo www:~ # rcmysql restart Restarting service MySQL Shutting down service mysql done Starting service MySQL done www:~ # rcapache2 restart Syntax error on line 10 of /etc/apache2/conf.d/otrs.conf: Invalid command 'Perlrequire', perhaps mis-spelled or defined by a module not included in the server configuration Da ist nix mis-spelled /etc/apache2/conf.d/otrs.conf -- # added for OTRS (http://otrs.org/) # -- # agent, admin and customer frontend ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/" Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" # load all otrs modules ######### naechste Zeile Boesewicht######### Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl # Apache::Reload - Reload Perl Modules when Changed on Disk PerlModule Apache::Reload PerlInitHandler Apache::Reload # set mod_perl2 options <Location /otrs> # ErrorDocument 403 /otrs/customer.pl ErrorDocument 403 /otrs/index.pl SetHandler perl-script PerlHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders </Location> # 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> -- If Windows is the solution, can we please have the problem back?

On Wed, Feb 23, 2005 at 02:17:37PM +0100, Maurer, Hermann wrote:
Hallo Karlo,
wegen <IfDefine> funktioniert config check nicht. Du musst rcapache stop && anschliessend rcapache2 start ausführen. Oder /etc/init.d/apache2 anpassen.
www:/etc # rcapache2 stop Shutting down httpd2 (waiting for all children to terminate) done www:/etc # rcapache2 startssl Starting httpd2 (prefork) Syntax error on line 10 of /etc/apache2/conf.d/otrs.conf: Invalid command 'Perlrequire', perhaps mis-spelled or defined by a module not included in the server configuration The command line was: /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL failed hilft leider auch nicht. Karlo -- If Windows is the solution, can we please have the problem back?
participants (2)
-
Karlo Gross
-
Maurer, Hermann