2012/11/01

[apache]mod_rpaf在ubuntu12.04上無法使用問題



使用反向代理(reverse proxy)的缺點就是

後端server無法記錄客戶IP而都會是前端proxy server IP

mod_rpaf就是為了解決讓後端可以記錄到IP而生的

不過我利用指令


$ apt-get install libapache2-mod-rpaf

安裝好後看到
/etc/apache2/mods-enabled IP都設定好

可是log依舊還是 proxysever IP

如何解決呢?

只要修改

/etc/apache2/mods-enabled/rpaf.conf

將mod_rpaf.c改為mod_rpaf-2.0.c

<IfModule mod_rpaf-2.0.c>
...
</IfModule>

就可以正常作用了!

參考來源:http://ubuntuforums.org/showthread.php?t=1985286

沒有留言:

張貼留言