proxy代理   soft软件   IT 业界特快   norton 诺顿病毒库   代理列表   search FTP搜索   whois IP地理位置   blog 追求完美  
money理财   life生活   RSS聚合门户   firefox WEB浏览器   免费域名   typeset 假古文   AntiVirus 反病毒   ipcn 站点导航  

« squid 代理模式 and 加速模式 | Main | refresh_pattern @ squid »

October 31, 2004

squid 反向加速模式下 本机apache的原IP log module - mod_extract_forwarded

版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。
https://windtear.net/archives/2004/10/31/000293.html

squid 和 apache 如果跑在同一台机器上
squid 工作在反向加速模式(可基于单主机加速 或 代理+单主机加速)
apache Listen 127.0.0.1:80 (Port 80 BindAddress 127.0.0.1)

此时 apache log 的是 127.0.0.1
如果想在 apache 做 log 并记录原IP
就需要 mod_extract_forwarded

官方主页:
http://web.warhound.org/mod_extract_forwarded
http://web.warhound.org/mod_extract_forwarded/mod_extract_forwarded.c

配置见
http://web.warhound.org/mod_extract_forwarded/mod_extract_forwarded.html

编译
apxs -c -o mod_extract_forwarded.so mod_extract_forwarded.c

cp -a mod_extract_forwarded.so /usr/lib/apache/

# add in /etc/httpd/conf/httpd.conf
LoadModule extract_forwarded_module modules/mod_extract_forwarded.so

AddModule mod_extract_forwarded.c
AllowForwarderCaching On
AddAcceptForwarder all

 

本blog WWW

Posted by windtear at October 31, 2004 10:54 PM

本站使用中的任何问题,请与 windtear @ windtear.net 联系
Copyright© 1999-2024 Windtear. All rights reserved.