[fwd] Re: [rt-users] [fwd] Multiple instances of rt2 under one apache server.
Jesse Vincent
jesse at bestpractical.com
Fri Oct 12 02:25:12 EDT 2001
I've seen that with a broken Apache::Cookie or CGI::Cookie or Apache::Session.
On Thu, Oct 11, 2001 at 01:40:31AM -0400, Adam R Prato wrote:
> > each of these apache configurations have a very typical instance of rt
> > configured:
> >
> > <VirtualHost X.X.X.15>
> > DocumentRoot /proj/request
> > ServerName request.domain.com
> > PerlModule Apache::DBI
> > PerlFreshRestart On
> > SetHandler perl-script
> > <Directory />
> > Order deny,allow
> > Deny from all
> > Allow from X.X.*,Y.Y.*,Z.Z.*
> > </Directory>
> > <Location /INSTANCE>
> > PerlHandler RT::Mason
> > PerlRequire /proj/request/INSTANCE/bin/webmux.pl
> > AuthName "Request System Authentication"
> > AuthType Basic
> > PerlSetVar myPDC PDC
> > PerlSetVar myBDC BDC
> > PerlSetVar myDOMAIN DOMAIN
> > PerlAuthenHandler Apache::AuthenSmb
> > require valid-user
> > </Location>
> > </VirtualHost>
>
> Question.
>
> Do you think it would be possible to move rt.jpg out of / and into /NoAuth?
> The reason I ask is because for some reason, the rt.jpg causes me to have
> to type in the login/password twice in this configuration. First for the main
> index.html, and then a second time for rt.jpg. If it moves to /NoAuth, I can
> put a separate <Location> container that doesnt require any authentication,
> which will fix this.
>
> Or perhaps, the better answer is to cache the credentials better?
>
> Comments?
>
> Adam
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
>
--
http://www.bestpractical.com/products/rt -- Trouble Ticketing. Free.
More information about the rt-users
mailing list