[rt-users] Anyone installed RT on Mandrake - Help?

Christopher Welsh cpwe at deakin.edu.au
Fri Oct 22 11:26:31 EDT 2004


Thanks John,


But I cannot seem to get both virtual hosts in my Vhost.conf file to 
work together. It seems to only use sjcsms.staff. when I type in 
http://helpdesk.staff I only get the sjcsms.staff page. Any suggestions? 
These are the same IP, named virtual hosts.

<VirtualHost sjcsms.staff>
        ServerName helpdesk.staff
        DocumentRoot /home/sjcsms/public_html
        Alias /sjcsms /home/sjcsms/public_html
</VirtualHost>

<VirtualHost helpdesk.staff>
        ServerName helpdesk.staff
        ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
        DocumentRoot /usr/local/rt3/share/html
        <Location /NoAuth/images >
     SetHandler default-handler
   </Location>
</VirtualHost>

Chris

John Giles wrote:

>
> Sorry, my mistake again... :)
>
> The below <VirtualHost> section is correct not the commented >>> one
>
> <VirtualHost ip_address>
>    ServerName rt322
>    ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
> </VirtualHost>
>
> I also needed a vitual interface for the above ip_address
>
> -john
>
>
>>>> On Fri, 22 Oct 2004 07:19:10 -0500, John Giles <john at trdlnk.com> 
>>>> wrote:
>>>>
>>>> Then my /etc/httpd/conf/vhosts/Vhosts.conf file has this entry
>>>> -- 
>>>> <VirtualHost name>
>>>>    ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
>>>> </VirtualHost>
>>>> -- 
>>>
>
>




More information about the rt-users mailing list