Apache/3.2.15
mod_auth_cas 1.1
on rhel6
we have a VirtualHost defined as:
<VirtualHost *:80>
ServerName example.com
ServerAlias *.example.com
VirtualDocumentRoot /user/%1.1/%1/home
AccessFileName .htaccess
</VirtualHost>
so user-ids bob, mary ,etc can go to
http://bob.example.com , http://mary.example.com ,etc ,etc
and they can and all is well ... many users
so this is a nice scalable solution...
but if bob tries to protect via .htaccess
AuthType CAS
require user bob jack helen
then going here:
http://bob.example.com
After authentication via CAS, bob sees this in url address bar:
http://example.com/?ticket=ST-70942-f1gLfx7eUWn5cJhMbMeX
and this is the exit code and error:
404
Not Found
The requested URL / was not found on this server.
anything can be done about this like CAS directive that deals
with situation like this?
thank you,
F-
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org