[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache proxying illegitimate requests



On Sun, Jun 08, 2003 at 05:35:52PM +0200, Amaya wrote:
> I fixed it like this:
> 
> <Location />
>   <Limit CONNECT>
>       Order deny,allow
>       Deny from all
>   </Limit>
> </Location>
> 
> Thanks for your time.

better yet, if you're not using apache's proxying capability(*) then DON'T
ENABLE THE PROXY MODULE.

comment out the LoadModule line for libproxy in your httpd.conf, like so:

# LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
 


(*) which is a pretty stupid capability, anyway.  squid is a much better tool
for that job.

craig



Reply to: