Posted by Alvaro G. Vicario on 12/12/40 11:57
*** Skrol29 escribió/wrote (6 Sep 2006 03:13:39 -0700):
> The server is Win2000 + Pentium III-800 + 256 Mb Ram. Apache 2.0.55 +
> PHP 5.1.6 are manually installed and running, the server has no other
> specific software. There is no anti-virus, no fire-wall.
Apache has some proxy modules that may be enabled by default. Check for
lines like these in your httpd.conf file:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
I've learnt that these modules sometimes behave... weird.
You can also install Ethereal and capture the packets at both server and
client.
--
-+ http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
++ Mi sitio sobre programación web: http://bits.demogracia.com
+- Mi web de humor con rayos UVA: http://www.demogracia.com
--
[Back to original message]
|