[rt-users] Web config question
Ruslan Zakirov
ruslan.zakirov at gmail.com
Thu Sep 1 15:26:35 EDT 2005
AFAIK this should work, but you should change both httpd.conf and
RT_SiteConfig.pm at the same time and restart apache(stop and start!).
In your httpd conf should be:
ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/
in RT config:
Set($WebPath , "/rt");
RT would be available with http://frankie.vigilancemonitoring.com/rt URL.
On 9/1/05, Frank Saxton <frankie at easyrider.com> wrote:
> Changing:
>
> ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
>
> to
>
> ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi/
>
> causes the same problem as simply removing the line (fixes the rest of
> apache, breaks RT
>
> Also, if I set /opt/rt3/etc/RT_SiteConfig.pm
>
> Set($WebPath , "/rt/");
>
> instead of
>
> Set($WebPath , "");
>
> It breaks RT
>
> Set($WebBaseURL , "http://frankie.vigilancemonitoring.com:80");
>
> Set($WebURL , $WebBaseURL . $WebPath . "/");
>
>
> At 02:50 PM 9/1/2005 +0400, you wrote:
> >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.
>
>
>
--
Best regards, Ruslan.
More information about the rt-users
mailing list