[EMAIL PROTECTED] How to limit the bandwidth

2005-09-01 Thread huang mingyou
hello,list. I want to limit the bandwidth on our apache server,how can do ,need install another modules,like bwshare? -- hmy - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.ap

Re: [EMAIL PROTECTED] how to harmonize the squid reverse proxy and the apache log .

2005-09-01 Thread huang mingyou
oh,I change the %{'X-Forwarded-For'}i to %{X-Forwarded-For}i .now can work correct. 2005/9/1, huang mingyou <[EMAIL PROTECTED]>: > now,my logformat is like the following,and the squid send a > X-Forwarded-For header,this is the snort dump package info.but in my > log

Re: [EMAIL PROTECTED] how to harmonize the squid reverse proxy and the apache log .

2005-09-01 Thread huang mingyou
%u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%{'X-Forwarded-For'}i %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent

Re: [EMAIL PROTECTED] how to harmonize the squid reverse proxy and the apache log .

2005-09-01 Thread huang mingyou
oh,thank you! 2005/9/1, Boyle Owen <[EMAIL PROTECTED]>: > > -Original Message- > > From: huang mingyou [mailto:[EMAIL PROTECTED] > > Sent: Donnerstag, 1. September 2005 11:26 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] how to harmonize

[EMAIL PROTECTED] how to harmonize the squid reverse proxy and the apache log .

2005-09-01 Thread huang mingyou
hello,list. Ours web server behind on some squid server.so when we look the Apache log,the host ip is the squid's ip,no the real client ip,I want get the real client ip in the log file.how can I do?change the squid configure file or the Apache configure file ?please help me. -- hmy