* Pahl, Thomas <[email protected]>:
> 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

<Directory "/opt/otrs/bin/cgi-bin/">
  AllowOverride None
  Options +ExecCGI -Includes
  Order allow,deny
  Allow from all
</Directory>
        

-- 
Ralf Hildebrandt                   Charite Universitätsmedizin Berlin
[email protected]        Campus Benjamin Franklin
http://www.charite.de              Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Antwort per Email an