[rt-users] Web config question

Ruslan Zakirov ruslan.zakirov at gmail.com
Thu Sep 1 06:50:03 EDT 2005


You can use 
ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/
so RT URI would be http://xxx/rt, don't forget change RT config to
$Web* config options.

On 9/1/05, Frank Saxton <frankie at easyrider.com> wrote:
> Follow up:
> 
> If I comment out ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
> my other stuff starts working but RT breaks
> ******************************************************************************
> 
> My new RT install seems to be working swell.  But in the process, I managed
> to break a few legacy things.  I'm guessing it's something wrong in the
> below settings.  Specifically, perhaps the directory directives?
> 
> Could someone have a look and see if I have something out of order?
> 
> TIA!
> 
> #
> FastCgiIpcDir /tmp
> FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4
> #
> #  NameVirtualHost frankie.vigilancemonitoring.com:80
>    <VirtualHost *>
>      ServerAdmin Frankie at Easyrider.com
>      ServerName frankie.vigilancemonitoring.com
>      DocumentRoot /opt/rt3/share/html/
>      AddHandler fastcgi-script fcgi
>      ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
> #  <Location />
>      AddDefaultCharset UTF-8
>      SetHandler fastcgi-script
> #  </Location>
> 
> <Directory "/opt/rt3/share/html">
>        Options FollowSymLinks ExecCGI
>        AllowOverride None
> </Directory>
> # Pass through requests to for noauth
> #    Alias /NoAuth/ /opt/rt3/share/html/NoAuth/
> #    ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/
> </VirtualHost>
> 
> 
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
> 
> Buy your copy of our new book, RT Essentials, today!
> 
> Download a free sample chapter from http://rtbook.bestpractical.com
> 


-- 
Best regards, Ruslan.



More information about the rt-users mailing list