Hallo,

wie finde ich die Datei und wie Löse ich den Fehler in line 18?

Gruß Thomas

-----Ursprüngliche Nachricht-----
Von: [email protected] [mailto:[email protected]] Im Auftrag von 
Ralf Hildebrandt
Gesendet: Donnerstag, 19. April 2012 10:01
An: [email protected]
Betreff: Re: [otrs-de] apache2 Probleme

* 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

===========================================================================
Die Stadt Lauda-Königshofen ist eine Körperschaft des Öffentlichen Rechts.
Sie wird vertreten durch Bürgermeister Thomas Maertens
Steuer-Nr. 80288 / 01539
===========================================================================
Wichtiger Hinweis
Diese E-Mail und etwaige Anlagen können Betriebs- oder Geschäftsgeheimnisse 
oder sonstige vertrauliche Informationen enthalten. Sollten Sie diese E-Mail 
irrtümlich erhalten haben, ist Ihnen dieser Umstand hiermit bekannt. Bitte 
benachrichtigen Sie uns in diesem Fall umgehend durch Rücksendung der E-Mail 
und löschen Sie diese E-Mail einschließlich etwaiger Anlagen von Ihrem System. 
Diese E-Mail und ihre Anlagen dürfen weiterhin nicht kopiert oder an Dritte 
weitergegeben werden. Vielen Dank.

Important Note
This e-mail message may contain confidential and/or privileged information. If 
you are not an addressee or otherwise authorized to receive this message, you 
should not use, copy, disclose or take any action based on this e-mail or any 
information contained in the message. If you have received this material in 
error, please advise the sender immediately by reply e-mail and delete  this 
message. Thank you.
---------------------------------------------------------------------
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