Re: Apache, Mongrel, Authentication

You are only protecting your public directory with basic authentication.

Try moving the Auth* and Require directives out of the scope of the
public directory, and into the scope of the Virtual Host.

Sean B. wrote …