Andrei D.
Andrei D.
This is probably a dupe of #42
With Apache 2.4, I noticed that RPAF_SetHTTPS works as expected, however RPAF_SetPort gives inconsistent results. For example, I can request the same URL via https, and eventually the $_SERVER[SERVER_PORT] variable...
@gnif - Are the SERVER_PORT and env HTTPS values somehow being cached or reference incorrect pointers (or something else possibly along those lines)? I have a relatively straight forward stack...
After disabling KeepAlive in Apache, and implementing @olaulau's pull (https://github.com/gnif/mod_rpaf/pull/44/files) there don't appear to be any more discrepancies, other than with REQUEST_SCHEME which is still set to https regardless of...
bump - Any progress or intentions to fix?
Totally understandable. Where do we send our coffee tips to? and how much would it take :D
I also ran into that same issue with http://:443 redirects, and ended up just stripping the :443 from http:// links. If anyone's interested in some dev time.. I'll pay :)
@elik-ru What happened with your fixes from earlier and fork at https://github.com/elik-ru/mod_rpaf? Regardless of setting all of the expected X headers, if Apache has KeepAlive on, you will get inconsistencies...
@alexat Awesome news! I'll give it a shot over the weekend. Any chances in getting it pushed upstream?
@alexat My apologies for not replying sooner, my schedule got a bit hectic. I currently run CloudLinux with EasyApache4, which has an RPM based Apache/PHP deployment and unfortunately manually patching...