On Sun, Sep 12, 2010 at 12:45:38AM -0400, Andrew Schulman wrote:
...
> Looking around for an explanation of this, I found very little. The most I
> could find was one comment
> (http://stackoverflow.com/questions/357939/example-of-using-authtype-digest-to-authenticate-a-user-once-across-sub-domain
I have two domains, example1.com and example2.com, both served as virtual hosts
from my one Apache server. Digest authentication is required on both hosts,
using the same realm and htdigest file. Here's the configuration for
example1.com:
ServerName www.example1.com:80
AuthType Digest
Aut