X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fapache2%2Fmkws-proxy;fp=tools%2Fapache2%2Fmkws-proxy;h=4e16c51c8e2691b3983eaef51dd2717cda7db9d1;hb=39aa1afba01fe4a7cef82c0f13b3e389203996b8;hp=0000000000000000000000000000000000000000;hpb=37294f58101d9500de95c912bbb90a8392a1fb96;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-proxy b/tools/apache2/mkws-proxy new file mode 100644 index 0000000..4e16c51 --- /dev/null +++ b/tools/apache2/mkws-proxy @@ -0,0 +1,19 @@ + + ServerName mkws.indexdata.com + ServerAlias somesite.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-proxy-error.log + CustomLog /var/log/apache2/mkws-proxy-access.log combined +