Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 25, 2015 19:48
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 keokilee/5def7622c3a52df36a3e to your computer and use it in GitHub Desktop.
Save keokilee/5def7622c3a52df36a3e to your computer and use it in GitHub Desktop.
Rails On Windows - Apache Modules
LoadModule expires_module modules/mod_expires.so
LoadModule headers_module modules/mod_headers.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
LoadModule proxy_http_module modules/mod_proxy_http.so
LoadModule rewrite_module modules/mod_rewrite.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment