I keep getting the CF ips when i have this setup under the premaininclude for apache: (running nginx as a reverse proxy. using nginxcp.com)
Code:
LoadModule rpaf_module modules/mod_rpaf-2.0.so
RPAFenable On
# Enable reverse proxy add forward
RPAFproxy_ips 127.0.0.1 108.61.14.115 108.61.14.116 108.61.14.117 108.61.14.118 108.61.43.50 108.61.43.51 108.61.43.52 108.61.43.53 108.61.43.54
RPAFsethostname On
# let rpaf update vhost settings allowing to have
# the same hostnames as in the “actual” configuration for the
# forwarding apache installation
RPAFheader X-Real-IP
#RPAFheader X-Forwarded-For
# Allows you to change which header we have mod_rpaf looking for
# when trying to find the ip the that is forwarding our requests