Re: [EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
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. > >

Re: [EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread Joshua Slive
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

[EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
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