At Sun, 09 Oct 2005 08:58:41 +1000, Ben Donohue wrote:
> just for the slug archives i found the problem here.
> in the apache config file with older versions of apache, for the
> virtual servers I would have per directory options of
> allow from all
> deny from none
> however the "deny from none" in apache 2.x seems to cause an exactly
> 15 second delay for every different part of the page.
> don't know why this is happening though...

Afaik, there is no such thing as "deny from none".  Your 15 second
delay is apache trying to resolve the hostname "none" so that it can
deny accesses from it..

This will allow access to everyone:
 Order deny,allow
 Allow from all

See http://httpd.apache.org/docs/2.0/mod/mod_access.html

-- 
 - Gus
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to