Skip to content

Instantly share code, notes, and snippets.

@ryu-blacknd
Created August 1, 2012 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryu-blacknd/3227063 to your computer and use it in GitHub Desktop.
Save ryu-blacknd/3227063 to your computer and use it in GitHub Desktop.
Nginx+Apacheでリバースプロキシを構築する際のApacheモジュール導入例
# wget http://www.openinfo.co.uk/apache/extract_forwarded-2.0.2.tar.gz
# tar zxf extract_forwarded-2.0.2.tar.gz
# cd extract_forwarded
# apxs -i -c -a mod_extract_forwarded.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment