Skip to content

Instantly share code, notes, and snippets.

@mpdude
Created November 21, 2013 21:32
Show Gist options
  • Save mpdude/7590059 to your computer and use it in GitHub Desktop.
Save mpdude/7590059 to your computer and use it in GitHub Desktop.
mod_rpaf configuration for transparent SSL termination on EC2 ELBs
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