RPAF mod not working on Ubuntu 12.04
When installing libapache2-mod-rpaf on Ubuntu 12.04, you get a default configuration file in /etc/apache2/mods-available/rpaf.conf.
Unfortunately, the default file says “IfModule mod_rpaf.c”, while the module is named “mod_rpaf-2.0.c”. Took me awhile to find that one.
Now it looks like this:
<IfModule mod_rpaf-2.0.c>
RPAFenable On
RPAFsethostname On
RPAFproxy_ips 10.0.0.3
</IfModule>
which made me, Apache and my nginx reverse-proxy much happier. Ok, mostly me.
ffnz posted this