>> >> I know this isn't exactly the answer to your question, but when users >> log in to RT, they'll be directed to SelfService if they are >> Unprivileged users. Are you trying to push Privileged users off to >> SelfService, and if so, why not just make them Unprivileged? >> > > /SelfService works flawlessly, we just have a requirement to redirect /me > and /selfservice to /SelfService. > >> Also - your Apache error log is often more useful to debug these >> things than the error presented in your browser. >> > > I checked the logs first before posting, which tossed this cryptic entry > > [Mon Feb 06 15:55:22 2012] [error] Your request path is '/me/' and it > doesn't match your Location(Match) '/opt/rt4/share/html/SelfService/'. > This should be due to the configuration error. See perldoc > Plack::Handler::Apache2 for details. > That was from a previous attempt before using fastcgi, I am not seeing any errors in error_log or ssl_error_log. Seeing a bunch of http '200' status in access_log:
24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/css/cloud.css HTTP/1.1" 200 906 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/css/aileron-squished-16ded280fbc9be3ce3c3dcff881df9a7.css HTTP/1.1" 200 75810 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/js/squished-6812ec8beec9403a8b720b6be4f3d8c9.js HTTP/1.1" 200 209347 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/css/web2/images/background-gradient.png HTTP/1.1" 200 394 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/images/logo.jpg HTTP/1.1" 200 6403 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/css/images/arrows-grey.png HTTP/1.1" 200 256 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/images//bplogo2.gif HTTP/1.1" 200 164 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/css/images/shadow.png HTTP/1.1" 200 1698 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:33 -0500] "GET /NoAuth/images/jquery_ui/ui-bg_flat_75_ffffff_40x100.png HTTP/1.1" 200 178 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:34 -0500] "GET /NoAuth/css/print.css HTTP/1.1" 200 973 "https://rt.potsdam.edu/me" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" 24.59.69.66 - - [06/Feb/2012:17:42:34 -0500] "GET /NoAuth/images/favicon.png HTTP/1.1" 200 335 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.77 Safari/535.7" -------- RT Training Sessions (http://bestpractical.com/services/training.html) * Boston March 5 & 6, 2012
