>>>>> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes:

Voytek> I'm unable to get /server-status, have this in conf: error log
Voytek> says:

Voytek> <Location /server-status> 
Voytek> SetHandler server-status 
Voytek> Order  deny,allow
Voytek>  Deny from all 
Voytek> Allow from 220.240.19.116 
Voytek> </Location>

Make that 
        Order allow, deny
the way you have it now, the deny All rule takes precedence over the
Allow 220.240.lxxxxxxx rule

--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
http://www.ertos.nicta.com.au           ERTOS within National ICT Australia
-- 
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