[rt-users] Bad URL? I have the symptom, jut can't find the c ause
Paul Crossman
Paul.Crossman at tvguide.com
Mon Apr 4 16:43:10 EDT 2005
Still the same, my httpd.conf file now looks like this...
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin root
DocumentRoot /opt/rt3/share/html
# Adding the following for RT (the ticket tracker)
AddHandler fastcgi-script fcgi
<Directory "/opt/rt3/share/html">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
# Pass through requests to display images
Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images
</VirtualHost>
ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
Paul C.
> -----Original Message-----
> From: Graham Dunn [mailto:graham.dunn at leitch.com]
> Sent: Monday, April 04, 2005 4:34 PM
> To: Paul Crossman
> Subject: Re: [rt-users] Bad URL? I have the symptom, jut can't find the c
> ause
>
> On Mon, Apr 04, 2005 at 04:19:38PM -0400, Paul Crossman wrote:
> > Same result. :(
>
>
> Sorry, the FastCgiServer line can't be inside the Virtualhost paragraph.
>
> just move the ScriptAlias line
>
> Graham
> >
> > Paul C.
> >
> > > -----Original Message-----
> > > From: Graham Dunn [mailto:graham.dunn at leitch.com]
> > > Sent: Monday, April 04, 2005 4:01 PM
> > > To: Paul Crossman
> > > Subject: Re: [rt-users] Bad URL? I have the symptom, jut can't find
> the
> > > cause
> > >
> > > On Mon, Apr 04, 2005 at 03:31:57PM -0400, Paul Crossman wrote:
> > > >
> > > > It seems that whenever someone uses the link http://rtserver/rt/
> they'll
> > > > proceed normally into the "RT At A Glance" screen and are able to
> use RT
> > > as
> > > > normal. However, those that use the link http://rtserver/rt (note
> no
> > > > trailing slash) get the mangled GPL code above. I've looked at the
> > > > RT_SiteConfig.pm and httpd.conf, and can't see a specific line where
> > > making
> > > > a change would allow both URLs to work.
> > > >
> > > > There's nothing in the Wiki on this either... anyone got any ideas?
> > > You
> > > > can find a snippet from my httpd.conf below.
> > >
> > > Remove the '/' from your DocumentRoot?
> > >
> > > > > NameVirtualHost *:80
> > > > > <VirtualHost *:80>
> > > > > ServerAdmin root
> > > > > # DocumentRoot /var/www/html/
> > > > > DocumentRoot /opt/rt3/share/html/
> > > > > # Adding the following for RT (the ticket tracker)
> > > > > AddHandler fastcgi-script fcgi
> > > > > <Directory "/opt/rt3/share/html">
> > > > > Options FollowSymLinks ExecCGI
> > > > > AllowOverride None
> > > > > </Directory>
> > > > > # Pass through requests to display images
> > > > > Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images
> > > > > </VirtualHost>
> > > > > FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120
> > > > > ScriptAlias /rt /opt/rt3/bin/mason_handler.fcgi
More information about the rt-users
mailing list