https://issues.apache.org/bugzilla/show_bug.cgi?id=48031
--- Comment #2 from Andrew Schulman <[email protected]> 2010-06-16 14:26:12 EDT --- I also have this problem, in Apache 2.2.3 in RHEL 5. I have <VirtualHost *> ServerName dev.epa-echo.gov ServerAlias dev.epa-otis.gov <Location /> AuthType Digest AuthName "OTIS-ECHO development" AuthDigestDomain http://dev.epa-echo.gov http://dev.epa-otis.gov AuthUserFile /xxx/xxx/xxx Require valid-user </Location> </VirtualHost> The intent is that once the user logs in to either dev.epa-echo.gov or dev.epa-otis.gov, they shouldn't have to give their password again for the other host. But it just doesn't work. No matter how I tweak it or which browser I use, the user is always prompted again for a password when they visit the other host. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
