perfect, thanks.
On 8/17/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
>
> On 8/17/07, aaron smith <[EMAIL PROTECTED]> wrote:
>
> > But it seems that with the proxy it overrides HTTP authentication..
>
> That's because the proxy never hits a local "". Use
> instead.
>
> Joshua.
>
>
On 8/17/07, aaron smith <[EMAIL PROTECTED]> wrote:
> But it seems that with the proxy it overrides HTTP authentication..
That's because the proxy never hits a local "". Use
instead.
Joshua.
-
The official User-To-User support
Hello All,
I've got authentication in place on my server for every virtual host. with
the usual:
Options FollowSymLinks
AllowOverride All
Order deny,allow
Deny from all
AuthType Basic
AuthUserFile /etc/httpd/conf/htpasswd
AuthName "Authorized users only!"
require valid-user
satisfy any
Now in