Re: [us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Leonard den Ottolander
Hello Eric, On Sat, 2010-12-18 at 18:03 +0100, Leonard den Ottolander wrote: > On Sat, 2010-12-18 at 08:49 -0500, Eric Covener wrote: > > Assuming your "noindex" page is a custom 403 ErrorDocument just for /, > > then this is working correctly. You've overridden the error response > > with someth

Re: [us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Leonard den Ottolander
Hello Eric, On Sat, 2010-12-18 at 08:49 -0500, Eric Covener wrote: > Assuming your "noindex" page is a custom 403 ErrorDocument just for /, > then this is working correctly. You've overridden the error response > with something very specific for this URL. No, it's not. It's what I presume is the

Re: [us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Eric Covener
> Is it expected behaviour that apache shows the noindex file instead of a > 403 document in this case? This is a CentOS 4 system > (httpd-2.0.52-41.ent.7.centos4) so it could well be this is an issue > that has been fixed in later releases. Assuming your "noindex" page is a custom 403 ErrorDocume

[us...@httpd] IP restricted site showing noindex.html not 403

2010-12-18 Thread Leonard den Ottolander
Hello, I've set up a test site to which I restricted access by setting "Allow from" to a single IP address in the web root Directory entry. However, when I access the site from another IP by just providing the domain name (http://example.com) I get the noindex.html page instead of the expected 403