On Sun, Mar 11, 2012 at 2:34 PM, Chris Arnold <carn...@electrichendrix.com>wrote:
> # agent, admin and customer frontend >> Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/" >> Alias / "/opt/otrs/bin/cgi-bin/" >> > This says to make an alias for every vhost from / > to "/opt/otrs/bin/cgi-bin/" > You need to put that all in the new vhost you created only. > > I still do not want the customer to have to enter the customer.pl part. > Then the easiest solution might be to add DirectoryIndex customer.pl - Y