JezK
Edit File: httpd-rpaf.conf-template-2.0
PidFile httpd.pid Listen 2500 ServerName 127.0.0.1 #ServerRoot @@DIR@@ DocumentRoot @@DIR@@/htdocs/ ErrorLog rpaf-error_log LoadModule rpaf_module @@DIR@@/../.libs/mod_rpaf-2.0.so LoadModule cgi_module /usr/lib/apache2/modules/mod_cgi.so LoadModule alias_module /usr/lib/apache2/modules/mod_alias.so ScriptAlias /cgi-bin @@DIR@@/htdocs/cgi-bin <IfDefine test1> RPAFenable Off </IfDefine> <IfDefine test2> RPAFenable On RPAFsethostname Off RPAFproxy_ips 127.0.0.1 </IfDefine> <IfDefine test3> RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 </IfDefine> <IfDefine test4> RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 RPAFheader X-Forwarded-For </IfDefine> <IfDefine test5> RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 RPAFheader X-Real-IP </IfDefine> <IfDefine test6> RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 KeepAlive On KeepAliveTimeout 15 LogFormat "%h" rpaf CustomLog rpaf-access_log rpaf </IfDefine> <IfDefine test7> RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 KeepAlive On KeepAliveTimeout 15 LogFormat "%h" rpaf CustomLog rpaf-access_log rpaf HostNameLookups On </IfDefine>