On Sat, Mar 10, 2012 at 2:42 PM, Chris Arnold
<carn...@electrichendrix.com>wrote:

> making a new vhost.conf called helpdesk.teknerds.conf and adding this to
> that vhost.conf:
>
> DocumentRoot /opt/otrs/bin/cgi-bin/
>
> and adding this to the otrs.conf file which is in /etc/apache2/conf.d:
>
> # 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.

- Y

Reply via email to