
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
# 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
AllowOverride None Options +ExecCGI -Includes Order allow,deny Allow from all </Directory> AllowOverride None Order allow,deny Allow from all </Directory> -- If Windows is the solution, can we please have the problem back?
Hallo, hatte ich vor Kurzem auch - hier habe ich die Lösung gefunden: http://faq.otrs.org/otrs/faq.pl?Aktion=&ID=47 viel Glück Stefan