Re: [SLUG] Apache httpd.conf Error with <Limit> Param

From: Ian Blenke (icblenke@nks.net)
Date: Fri Apr 30 2004 - 12:19:02 EDT


If you don't need mod_proxy, disable it:

        #LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
        #AddModule mod_proxy.c

Otherwise, put the Limit section inside a Directory or Location section
(Order is only valid in a Directory/Location section). To do that, you
probably want something like the following:

        <Location />
         <LimitExcept HEAD POST GET>
         Deny from all
         </LimitExcept>
        </Location>

There are some other things I recommend people to do lock down their
Apache installs as well, but that's a bit more involved than this quick
email reply.

-- 
- Ian C. Blenke - Director of Service Delivery <icblenke@nks.net>
(This message bound by the following:
http://www.nks.net/email_disclaimer.html)
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS).  Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 17:03:13 EDT