From: Mike Taylor Date: Tue, 9 Jul 2013 12:00:41 +0000 (+0100) Subject: New file, mkws-examples-proxy X-Git-Tag: 0.9.1~305^2~3^2~7 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=25a96e2ca20ad68f090930451106bc90249602d5 New file, mkws-examples-proxy --- diff --git a/examples/apache2/mkws-examples-proxy b/examples/apache2/mkws-examples-proxy new file mode 100644 index 0000000..7fb168b --- /dev/null +++ b/examples/apache2/mkws-examples-proxy @@ -0,0 +1,18 @@ + + ServerName example.indexdata.com + + ProxyRequests off + ProxyVia On + ProxyPreserveHost On + + Order deny,allow + Allow from all + + + ProxyPass / http://caliban:80/ + ProxyPassReverse / http://caliban:80/ + + # These are the logs for the proxying operation + ErrorLog /var/log/apache2/mkws-examples-proxy-error.log + CustomLog /var/log/apache2/mkws-examples-proxy-access.log combined +