Created
November 21, 2013 21:32
-
-
Save mpdude/7590059 to your computer and use it in GitHub Desktop.
mod_rpaf configuration for transparent SSL termination on EC2 ELBs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LoadModule rpaf_module modules/mod_rpaf.so | |
<IfModule mod_rpaf.c> | |
RPAF_Enable On | |
RPAF_ProxyIPs 10.0.0.0/8 | |
RPAF_SetPort On | |
RPAF_SetHTTPS On | |
</IfModule> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment