[rt-users] Login screen popping up after each request for a new screen when RT runs behind proxy server
boxyzzy at gmail.com
boxyzzy at gmail.com
Wed Dec 16 16:45:00 EST 2009
I made these changes to RT_SiteConfig.pm for proxy:
Set($WebBaseURL , "http://rt.doodah.edu");
Set($WebPath , "http://portal.doodah.edu/rt");
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
More information about the rt-users
mailing list