ich habe mein System heute neugestartet und jetzt bekomme ich folgende Fehlermeldung:
/etc/apache2/sites-enabled/otrsindexOTRS:/home/administrator/Desktop# /etc/init.d/apache2 start
Starting web server: apache2[Thu Apr 19 08:37:48 2012] [warn] The Alias directive in /etc/apache2/sites-enabled/otrsindex at line 8 will probably never match because it overlaps an earlier Alias.
[Thu Apr 19 08:37:48 2012] [warn] The ScriptAlias directive in /etc/apache2/sites-enabled/otrsindex at line 9 will probably never match because it overlaps an earlier ScriptAlias.
Syntax error on line 18 of /etc/apache2/sites-enabled/otrsindex:
AllowOverride not allowed here
failed!
Code: Select all
UseCanonicalName Off
DocumentRoot /opt/otrs/
ServerName otrs.ln.intra:80 ServerAdmin webmaster@localhost ErrorLog /var/log/httpd/otrs_error.log CustomLog /var/log/httpd/otrsmain_access.log combined
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
ScriptAlias / "/opt/otrs/bin/cgi-bin/"
Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
PerlModule Apache::Reload
PerlInitHandler Apache::Reload
ErrorDocument 403 /index.pl
AllowOverride None
Options +ExecCGI
SetHandler perl-script
PerlHandler ModPerl::Registry
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
PerlSendHeader On
PerlSetupEnv On
Order allow,deny
Allow from all
DirectoryIndex index.pl
ErrorDocument 403 /index.pl AllowOverride None Options +ExecCGI -Includes Order allow,deny Allow from all DirectoryIndex index.pl AllowOverride None Order allow,deny Allow from all