Hi,

> 
> 
> On Mon, 2004-08-09 at 10:40, Markus Ruecker wrote:
> > Normalerweise liegen die Images in: 
> > /opt/otrs/var/httpd/htdocs/images/Standard
> 
> Der Pfad ansich stimmt, bei mir ist nur die Document Root anders ...
> 
> > Was sagt denn das Apache error_log?
> 
> Aha: [Mon Aug  9 09:31:03 2004] [error] 
> /var/www/otrs/bin/cgi-bin/efkonlogo.jpg not found or unable to stat
> 
> Wieso wird in DEM Pfad gesucht??? 

Das kommt darauf an, was du in deiner apache konfiguration stehen hast.
Schau mal nach folgendem:

  Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
  ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"


Im Notfall füge noch folgende Directory-Direktive in deine apache
konfiguration ein:

    <Directory "/opt/otrs/var/httpd/htdocs/">
        AllowOverride None
        Options -Includes
        Order allow,deny
        Allow from all
    </Directory>

> Da ist doch nur das zugehoerige Pic-Handle-Script drin, aber sonst auch
kein 
> einziges Image ... Und wo kann ich das umstellen?

Wichtig ist auf alles Fälle, dass der Alias auf "otrs-web" richtig ist!

Gruss,

    Markus Rücker

--

((otrs.de)) :: OTRS GmbH :: Norsk-Data-Str. 1 :: 61352 Bad Homburg

http://www.otrs.de/ :: Manage your communication! 




_______________________________________________
OTRS Mailingliste: otrs-de - Webpage: http://otrs.org/
Archiv: http://lists.otrs.org/pipermail/otrs-de/
Listenabo verwalten: http://lists.otrs.org/cgi-bin/listinfo/otrs-de/
Support oder Consulting fuer Ihr OTRS System?
=> http://www.otrs.de/

Antwort per Email an