[otrs-de] Buttons

Daniel Schulz daniel at scheeder.de
Die Mai 23 15:37:19 CEST 2006


Hallo Christian,

erstmal sorry, dass die Antwort erst jetzt kommt, ich war im Urlaub. :)

Christian Schoepplein <christian.schoepplein at otrs.com> schrieb:
> >Nur wie gesagt, die Bilder sind doch da? Wieso greift er nicht darauf
> >zu?
> 
> Hast du in deiner apache-Konfiguration den Alias für otrs-web
> angelegt und zeigt er auf's richtige Verzeichnis?

Ja, in der httpd.conf steht:

Include /etc/apache/conf.d

und in diesem Ordner existiert eine otrs.conf, in dieser steht:

----------------------------------------------------------
#
# Basic apache configuration file for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/usr/share/otrs/bin/cgi-bin/"
Alias /otrs-web/ "/usr/share/otrs/var/httpd/htdocs/"
#
<Directory "/usr/share/otrs/bin/cgi-bin/">
    AllowOverride None
    Options +ExecCGI -Includes
    Order allow,deny
    Allow from all
</Directory>
<Directory "/usr/share/otrs/var/httpd/htdocs/">
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
----------------------------------------------------------

damit sollte es doch funktionieren, oder? Das hat der Installer selbst
so eingefügt. Leider fehlen die Buttons nach wie vor. Obige Pfade
existieren.

Jemand ne Idee?

Daniel