--- puppet/deployment/websites/templates/vhost_www.conf 2012/01/14 19:26:13 2243 +++ puppet/deployment/websites/templates/vhost_www.conf 2012/01/14 22:20:56 2244 @@ -1,3 +1,24 @@ Redirect /wiki https://wiki.mageia.org/# +ProxyRequests Off + + + Order deny,allow + Allow from all + + +<%- if use_ssl then + protocol = 'https://' + else + protocol = 'http://' + end +-%> +<%- if use_ssl -%> +SSLProxyEngine On +<%- end -%> + +ProxyPreserveHost On +ProxyPass /mailman/ <%= protocol %>://ryu.zarb.org/mailman/ +ProxyPassReverse /mailman/ <%= protocol %>://ryu.zarb.org/mailman/ + php_value short_open_tag false