[rt-users] Logout error

Harrison, William harrison at itrd.gov
Fri Oct 21 16:35:09 EDT 2005


After some poking around, it looks as though Logout.html wasn't actually being processed by Apache, but instead simply being spit back to the browser (right-click on the logout link and save the page locally, then look at the code - can you see Perl in there?).

So why isn't Logout being processed? Because it is in the /opt/rt3/share/html/NoAuth directory, and I had configured Apache to not process stuff in NoAuth. Specifically, I had this in my httpd.conf:
  Alias /NoAuth /opt/rt3/share/html/NoAuth

What I really needed to do was process the files in NoAuth, but not the images, like this:
  Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images

Make the change, stop Apache, clear out the Mason cache (rm -rf /opt/rt3/var/mason_data/obj/*), clear your browser's cache (Mozilla wanted to keep everything), and restart Apache. You should now be able to a) log out, and b) still see the Best Practical logo...


-William



On 8/30/05, Robert Bell <robert at thebellfamily.com> wrote:
> I've seen this SEVERAL times in the archive and the threads just died.
> Has there been any resolution to this error? I'm running RT 3.5.2/Mason
> 1.3101/FastCGI
>
> http://gossamer-threads.com/lists/engine?list=rt&do=search_results&search_forum=all&search_string=%253C%25%24URL%25%253E&search_type=AND




More information about the rt-users mailing list