[rt-users] Login screen popping up after each request for a new screen when RT runs behind proxy server
Kevin Falcone
falcone at bestpractical.com
Wed Dec 16 16:59:15 EST 2009
On Wed, Dec 16, 2009 at 04:45:00PM -0500, boxyzzy at gmail.com wrote:
> I made these changes to RT_SiteConfig.pm for proxy:
> Set($WebBaseURL , "http://rt.doodah.edu");
> Set($WebPath , "http://portal.doodah.edu/rt");
WebPath is not an absolute URL.
If you want to serve RT from http://domain.com/rt you would set
WebPath to /rt. You should check through the documentation in
RT_Config.pm
-kevin
> Set($WebImagesURL , $WebPath . "/NoAuth/images/");
> RT screens display as expected. However "subject" situation occurs.
>
> Without these changes, as shown below, RT works as expected.
> Set($WebBaseURL , "http://rt.doodah.edu");
> Set($WebPath , "");
> Set($WebImagesURL , $WebPath . "/NoAuth/images/");
>
> What am I missing?
>
> Thanks, in advance, for your help,
>
> Mike
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Community help: http://wiki.bestpractical.com
> Commercial support: sales at bestpractical.com
>
>
> Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
> Buy a copy at http://rtbook.bestpractical.com
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20091216/c1f0dc34/attachment.sig>
More information about the rt-users
mailing list