Invalid command 'RPAF_SetHTTPS'
Closed this issue · 6 comments
apache2 on ubuntu 18.04 does not accept 'RPAF_SetHTTPS' or 'RPAF_SetPORT'
the version in ubuntu - and debian for that matter - is based on 0.6 and not 0.8. the syntax between these versions is different. the old versions used RPAFSetHTTPS instead of RPAF_SetHTTPS
i've stumbled ove the same issue years before as well and was doubting my sanity ;)
either build it yourself or change the syntax to leave out the _ for all of the parameter
It's not about exposing Apache to public view. It's about making sure that if you use KeepAlive in Apache, and you're proxying https (nginx) => http (apache), you will get mixed content issues / busted nginx cache eventually. You have to sacrifice keepalive in order to avoid the bug. Either way, I suggest using @AlexAT's patch for mod_remoteip from #42 instead. I also got CloudLinux to include it in their apache stack if you use it so no need for custom compile there.
Closing this issue, this is not the place to discuss support for old versions.