X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=tools%2Fapache2%2Fmkws-live;h=0630d148b30ae20f5e989522c1091e3b3ffc17f2;hb=85d24210dfdaf67eccdb96ed8cfea21ef0f61ea3;hp=630170d5c470fe34d69106147562c69e64a878e3;hpb=fe7e910018d0f7de5463f901576ffe044a139b7a;p=mkws-moved-to-github.git diff --git a/tools/apache2/mkws-live b/tools/apache2/mkws-live index 630170d..0630d14 100644 --- a/tools/apache2/mkws-live +++ b/tools/apache2/mkws-live @@ -41,34 +41,3 @@ PerlOutputFilterHandler MyApache2::SetACAO - -# Separate hostname for the MKWS instance of the Service Proxy. -# This allows us to use a different SP configuration that handles -# authentication differently. -# -# Once this is in universal use, we can get rid of the Service Proxy -# stuff in the configuration for mkws.indexdata.com -# - - ServerName sp-mkws.indexdata.com - - ErrorLog /var/log/apache2/sp-mkws-error.log - CustomLog /var/log/apache2/sp-mkws-access.log combined - - DocumentRoot /home/indexdata/mkws/tools/sp-htdocs - - # No rewriting on this server: use the true URL. - # (The security value of rewrite is when the application site does it.) - - Header set Access-Control-Allow-Credentials true - - ProxyPass /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ - ProxyPassReverse /service-proxy/ http://sp-mkc.indexdata.com/service-proxy/ - # Or use: sp-mkc-sansa.indexdata.com:8080 or sp-mkc-arya.indexdata.com:8080 - - PerlOptions +Parent - PerlSwitches -I/home/indexdata/mkws/tools/mod_perl - - PerlOutputFilterHandler MyApache2::SetACAO - -