Hallo Tobias, > [...] > DocumentRoot /usr/local/www/apache22/data > Alias /otrs-web/ "/usr/local/otrs/var/httpd/htdocs/" > <Directory /> > DirectoryIndex index.html index.cgi index.pl index.php > index.xhtml index.htm > Options FollowSymLinks > AllowOverride None > </Directory> > <Directory /usr/local/www/apache22/data/> > DirectoryIndex index.html index.cgi index.pl index.php > index.xhtml index.htm > Options Indexes FollowSymLinks MultiViews > AllowOverride None > Order allow,deny > allow from all > </Directory> > ScriptAlias /cgi-bin/ /usr/local/otrs/bin/cgi-bin/ > <Directory "/usr/local/otrs/bin/cgi-bin"> > DirectoryIndex index.html index.cgi index.pl index.php > index.xhtml index.htm > AllowOverride None > Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch > Order allow,deny > Allow from all > </Directory> > > [...] /usr/local/www/apache22/data sollte den Inhalt von /usr/local/otrs/bin/cgi-bin/ anzeigen. Wenn nicht, würde ich das umkonfigurieren (DocumentRoot /usr/local/otrs/bin/cgi-bin) und die Script-Alias Direktive ganz rausnehmen. So gehts zumindest bei mir problemlos, allerdings benutze ich zusätzlich mod_perl (warum Du eigentlich nicht?).
Gruß, David --------------------------------------------------------------------- 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 NEU! ENTERPRISE SUBSCRIPTION - JETZT informieren und buchen! http://www.otrs.com/de/support/enterprise-subscription/
