X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Fapache2%2Fmkws-examples-mike;h=c867600c9a1f22ff7af43fa7bec407c386b03017;hb=5d307bd92d2fa1264bdee98fd6d10925f91e17ab;hp=47d2ef5f56d77ad054f40f7cffce718a507f9cbd;hpb=1e3ae33515064a73858f687cd54d4647a15d8c93;p=mkws-moved-to-github.git diff --git a/examples/apache2/mkws-examples-mike b/examples/apache2/mkws-examples-mike index 47d2ef5..c867600 100644 --- a/examples/apache2/mkws-examples-mike +++ b/examples/apache2/mkws-examples-mike @@ -1,18 +1,13 @@ ServerName x.example.indexdata.com DocumentRoot /usr/local/src/git/mkws/examples/htdocs/ + Alias /tools/htdocs/ /usr/local/src/git/mkws/tools/htdocs/ + Alias /src/ /usr/local/src/git/mkws/src/ ErrorLog /var/log/apache2/mkws-examples-error.log CustomLog /var/log/apache2/mkws-examples-access.log combined - ProxyPass /service-proxy-auth-mike http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo - ProxyPassReverse /service-proxy-auth-mike http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo - - - - ServerName x.mkws.indexdata.com - DocumentRoot /usr/local/src/git/mkws/tools/htdocs/ - ErrorLog /var/log/apache2/mkws-tools-error.log - CustomLog /var/log/apache2/mkws-tools-access.log combined - - Alias /libjs-pz2/ /usr/local/src/git/libjs-pz2/ + RewriteEngine on + RewriteRule /service-proxy-auth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=mkws&password=mkws [P] + #RewriteLog /var/log/apache2/mkws-examples-rewrite.log + #RewriteLogLevel 9