On 5/27/05, Boyle Owen <[EMAIL PROTECTED]> wrote:
> This *can* work - you need the "Satisfy" directive, see below:
Hi Owen,
with config:
Order Deny,Allow
Allow from all
Satisfy Any
now it works perfectly!
Thank you very much.
f
-
This *can* work - you need the "Satisfy" directive, see below:
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
> -Original Message-
> From: fRANz [mailto:[EMAIL PROTECTED]
> Sent: Freitag, 27. Mai 2005 10:33
> To: users@httpd.apache.org
> Subject: [EM
On 5/27/05, Davide Bianchi <[EMAIL PROTECTED]> wrote:
> Unfortunately no. You need authentication to get / before getting
> /Images/... so apache will always ask for authentication.
Davide,
thank you for your reply.
As you can think, this config is used in a proxy server that redirect
requests t
fRANz wrote:
> I need to allow public access without authentication to a particular location:
> /Images/MyDir/
>
> but don't work. Can I resolv this?
Unfortunately no. You need authentication to get / before getting
/Images/... so apache will always ask for authentication.
Davide
-
Hi.
I've a vhost config like this:
AuthType Basic
AuthName "com staff only"
AuthUserFile /etc/httpd/conf/passwords
Require user stuff
ProxyPass http://192.168.x.x/
I need to allow public access without authenticati