
Ruairi Hickey schrieb:
# set mod_perl2 options
# ErrorDocument 403 /otrs/customer.pl ErrorDocument 403 /otrs/index.pl SetHandler perl-script PerlHandler ModPerl::Registry Options +ExecCGI PerlOptions +ParseHeaders </Location>
Shove the contents of this container into the Directory container in the VirtualHost below.
ServerAdmin ruairi.hickey@dkit.ie ServerName helpdesk.dkit.ie DocumentRoot /var/www/helpdesk.dkit.ie
Why not set the DocumentRoot to /opt/otrs/bin/cgi-bin/ ?
# agent, admin and customer frontend ScriptAlias /otrs/ "/opt/otrs/bin/cgi-bin/"
If not following the above tipp, exchange CriptAlias with Alias here. You're running A2 /w mp1.99...
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
[Container doesn't matter]
</Directory>
ScriptAlias /cgi-bin/ /opt/otrs/bin/cgi-bin/
Delete the above line.
AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory>
The above is where the <Location> contents belong. Anything below here doesn't count. hth, Robert Kehl