ich versuche gerade aus den Sourcen OTRS 2.3.4 zu installieren. Dabei gehen ich nach dem Installationsscript aus dem Doc vor. Mein letzter Schritt war es die Datei otrs.conf in /etc/apache2/conf.d/ zu erstellen. Hineingeschrieben habe ich wie nach anleitung folgendes:
Code: Select all
#
# Basic apache configuration for OTRS
#
# agent, admin and customer frontend
#
ScriptAlias /otrs/ "/opt/otrs-2.3.4/bin/cgi-bin/"
Alias /otrs-web/ "/opt/otrs-2.3.4/var/httpd/htdocs/"
#
# directory settings
#
<Directory "/opt/otrs-2.3.4/bin/cgi-bin/">
AllowOverride None
Options +ExecCGI -Includes
Order allow,deny
Allow from all
</Directory>
<Directory "/opt/otrs-2.3.4/var/httpd/htdocs/">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Doch wenn ich nun über http://xxx.xxx.x.xxx/otrs/install.pl die Installationsroutine aufrufen möchte erscheint nichts.