Created
September 2, 2015 17:06
-
-
Save rodionbykov/f570c32e03b8726d7ec2 to your computer and use it in GitHub Desktop.
Mura Apache Config setup
This file contains hidden or 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 proxy_module modules/mod_proxy.so | |
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so | |
LoadModule proxy_connect_module modules/mod_proxy_connect.so | |
LoadModule proxy_html_module modules/mod_proxy_html.so | |
LoadModule proxy_http_module modules/mod_proxy_http.so | |
LoadModule rewrite_module modules/mod_rewrite.so | |
LoadModule setenvif_module modules/mod_setenvif.so | |
LoadModule xml2enc_module modules/mod_xml2enc.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment