Vincent Bray wrote:
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
Thanks again, I've removed the limit directive, but still can't get the
protection working.
(don't worry, the .htpasswd file isn't in the document root - I just
made a typo when removing the real directories for posting - well
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
> Thanks again, I've removed the limit directive, but still can't get the
> protection working.
> (don't worry, the .htpasswd file isn't in the document root - I just
> made a typo when removing the real directories for posting - well
> spotted though!
Vincent Bray wrote:
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
Thanks, I have tried using but I haven't got it to prompt
for a username and password yet. I just copied the contents of .htaccess:
AuthType Basic
AuthName 'Members Only'
AuthUserFile /var/www/mysite/.htpasswd
require vali
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
> Thanks, I have tried using but I haven't got it to prompt
> for a username and password yet. I just copied the contents of .htaccess:
>
>
> AuthType Basic
> AuthName 'Members Only'
> AuthUserFile /var/www/mysite/.htpasswd
>
> require valid-user
>
Vincent Bray wrote:
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
I've successfully been using ProxyPass to serve my application. I've
excluded the 'common' directory using
ProxyPass /common/ !
However, if I put an .htaccess file in that common directory, it no
longer excludes it from the
On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
> I've successfully been using ProxyPass to serve my application. I've
> excluded the 'common' directory using
>
> ProxyPass /common/ !
>
> However, if I put an .htaccess file in that common directory, it no
> longer excludes it from the proxy pass - t
I've successfully been using ProxyPass to serve my application. I've
excluded the 'common' directory using
ProxyPass /common/ !
However, if I put an .htaccess file in that common directory, it no
longer excludes it from the proxy pass - the request is sent to my
application where it gets a 40