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

Kalinitcheva Victoria victoria at rambler-co.ru
Fri Oct 22 11:40:41 EDT 2004


Christopher

Try 

NameVirtualHost addr[:port]

<VirtualHost addr[:port]>
        ServerName sjcsms.staff
        DocumentRoot /home/sjcsms/public_html
        Alias /sjcsms /home/sjcsms/public_html
</VirtualHost>

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

See:
http://httpd.apache.org/docs/mod/core.html#virtualhost
http://httpd.apache.org/docs/mod/core.html#servername



> -----Original Message-----
> From: Christopher Welsh [mailto:cpwe at deakin.edu.au] 
> Sent: Friday, October 22, 2004 7:27 PM
> To: John Giles
> Cc: rt-users
> Subject: Re: [rt-users] Anyone installed RT on Mandrake - Help?
> 
> 
> 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

[...]

Best regards, Vicki



More information about the rt-users mailing list