Sha256: a849de235535327abba7c2f7d7ba69b97daee64b718913f85e670649db7bdd19

Contents?: true

Size: 602 Bytes

Versions: 11

Compression:

Stored size: 602 Bytes

Contents

# Enable reverse proxy add forward
RPAFenable On
# RPAFsethostname will, when enabled, take the incoming X-Host header and
# update the virtual host settings accordingly. This allows to have the same
# hostnames as in the "real" configuration for the forwarding proxy.
<% if @sethostname -%>
RPAFsethostname On
<% else -%>
RPAFsethostname Off
<% end -%>
# Which IPs are forwarding requests to us
RPAFproxy_ips <%= Array(@proxy_ips).join(" ") %>
# Setting RPAFheader allows you to change the header name to parse from the
# default X-Forwarded-For to something of your choice.
RPAFheader <%= @header %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.6.0 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.5.2 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.5.1 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.5.0 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.4.1 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.4.0 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.3.3 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.3.2 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.3.1 modules/apache/templates/mod/rpaf.conf.erb
freighthop-0.3.0 modules/apache/templates/mod/rpaf.conf.erb