[rt-users] FC4 & FastCGI Help with How-To

Ian Ward support at cyberpro.com.au
Sun Jul 10 22:34:35 EDT 2005


Ian Ward wrote:

>
> I have it NEARLY working and just need some help to get it over the line.
> RT is working when I do http://server.mydomain.com.au/rt
> But I want it running at the root of the server, ie 
> http://server.mydomain.com ( as it used to be )
> I get the dreaded "Almost there" RT if I hit the root directory of the 
> server.
> Can someone help me with the apache configuration so that it will run 
> at the root (/) of the server.
>
>
> For FastCGI, we change to this:
>
> <VirtualHost 203.XX.XX.X>
>    ServerName server.ourdomain.com.au
>    DocumentRoot /opt/rt3/share/html
>    AddDefaultCharset UTF-8
>    AddHandler fastcgi-script fcgi
>    <Directory "/opt/rt3/share/html">
>      Options FollowSymLinks ExecCGI
>      AllowOverride None
>    </Directory>
>    # Pass through requests to for noauth
>    Alias /NoAuth/ /opt/rt3/share/html/NoAuth/
> </VirtualHost>
> FastCgiIpcDir /tmp
> FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 
> -processes 4
> ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi
>
To make it work correctly I have modified RT_Config.pm :
Set($WebPath , "/rt");
Now the URL's generated work within RT,
I guess it is a default Handler or something, but Apache config is not 
amongst my strong points :(




More information about the rt-users mailing list