projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c14005
)
Add rewrite rule to make local authentication work.
author
Mike Taylor
<mike@indexdata.com>
Fri, 13 Dec 2013 14:31:17 +0000
(14:31 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 13 Dec 2013 14:31:17 +0000
(14:31 +0000)
examples/apache2/mkws-examples
patch
|
blob
|
history
diff --git
a/examples/apache2/mkws-examples
b/examples/apache2/mkws-examples
index
d3c20bf
..
8d4a91b
100644
(file)
--- a/
examples/apache2/mkws-examples
+++ b/
examples/apache2/mkws-examples
@@
-5,4
+5,7
@@
DocumentRoot /home/indexdata/mkws/examples/htdocs/
ErrorLog /var/log/apache2/mkws-examples-error.log
CustomLog /var/log/apache2/mkws-examples-access.log combined
+
+ RewriteEngine on
+ RewriteRule /service-proxy-auth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=demo&password=demo [P]
</VirtualHost>