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

From: Russ Wright (rwrigh10@tampabay.rr.com)
Date: Fri Apr 30 2004 - 14:44:50 EDT


>If you don't need mod_proxy, disable it:

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

Tried this and got all sorts of errors seems I have multiple mod_proxy
modules
mod_proxy.so
mod_proxy_ftp.so
mod_proxy_http.so
mod_proxy_connect.so

>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>

I ended up putting the aforementioned code in a <Directory> section. Worked
OK.

A also found another interesting article on proxy settings.
The article suggested to do the following in httpd.conf

<IfModule mod_proxy.c>
ProxyRequests Off

I uncommented the aforementioned code and tried to telnet and it no longer
worked.

Regards
Russ

-----------------------------------------------------------------------
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:20 EDT