
Here's my virtualhosts config from httpd.conf:
ScriptAlias / "/opt/otrs/bin/cgi-bin/" Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" ServerName helpdesk.aaa.aa DirectoryIndex customer.pl DocumentRoot "/opt/otrs/bin/cgi-bin" <location helpdesk.aaa.aa> AllowOverride All SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options All </location> </VirtualHost>
I dont think you can use Location in that way .. ?
Hm.. like the example for OTRS httpd.conf you'd use something like this:
<-->
DocumentRoot "/opt/otrs/var/httpd/htdocs"
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
ScriptAlias /customer/ "/opt/otrs/bin/cgi-bin/"
DirectoryIndex customer.html
participants (1)
-
Patrik Forsberg