[rt-users] Logout error
Harrison, William
harrison at itrd.gov
Wed Jun 29 17:27:31 EDT 2005
Whenever I click Logout, I get an error:
Bad Request - Your browser sent a request that this server could not understand.
The logout link goes to http://rt.blah.com/NoAuth/Logout.html
My logfiles show
123.45.678.90 - - [29/Jun/2005:17:24:09 -0400] "GET /NoAuth/%3C%$URL%%3E HTTP/1.1" 400 226 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.7) Gecko/20050414"
<VirtualHost rt.blah.com:80>
ServerName rt.blah.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
AddHandler fastcgi-script fcgi
<Directory "/opt/rt3/share/html">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
#Pass through requests to for noauth
Alias /NoAuth/ /opt/rt3/share/html/NoAuth/
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
</VirtualHost>
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4
Suggestions?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20050629/f6678910/attachment.htm>
More information about the rt-users
mailing list