|
Posted by Gerald Vogt on March 1, 2005, 8:15 am
If you were Registered and logged in, you could reply and use other advanced thread options stefanPL wrote:
> I found this strange entry in my Apache log, can anyone explain it to
> me and tell me is it dangerous and how can I secure against it?
>
> 61.31.158.236 - - [28/Feb/2005:22:39:29 +0100] "CONNECT
> news98.idv.tw:25 HTTP/1.0" 200 3853 "-" "-"
Check your apache configuration. Apache reports code 200 which means
success. You should not have proxy tunneling configured. Usually I think
it should report error 405. Only enable what you actually need and not
just everything...
Gerald
|