
* Pahl, Thomas
Hier der Inhalt der Datei:
8> Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
[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.
Da da aber nix davor ist, würde ich sagen daß du eine ANDERE Datei
hast, welche /otrs-web/ definiert/aliased.
9> ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
[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.
Da da aber nix davor ist, würde ich sagen daß du eine ANDERE Datei
hast, welche /otrs/ definiert/aliased.
18> AllowOverride None
Syntax error on line 18 of /etc/apache2/sites-enabled/otrsindex: AllowOverride not allowed here failed!
Da fehlt ein Kontext wie <Directory>, <Location> oder <Files>:
http://buecher.lingoworld.de/apache2/showdir.php?id=444