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