Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
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

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Vincent Bray
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!

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
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

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Vincent Bray
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 >

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
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

Re: [EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Vincent Bray
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

[EMAIL PROTECTED] Using ProxyPass exclude with directory containing .htaccess

2007-12-09 Thread Paul
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