From: Mike Taylor Date: Wed, 6 Aug 2014 16:55:57 +0000 (+0100) Subject: Reformat steps of "conceal credentials from HTML source". X-Git-Tag: 1.0.0~356 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=930410efb63ed0661a3c72a5db4f0a04cc7d1d04 Reformat steps of "conceal credentials from HTML source". This is necessary as Markdown will not format a code-fragment within a list-item. --- diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 11504e0..b10cd84 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -477,15 +477,16 @@ to that local authentication URL. Here is one way to do it when Apache2 is the application's web-server, which we will call yourname.com: -- Add a rewriting authentication alias to the configuration: +Step 1: add a rewriting authentication alias to the configuration: RewriteEngine on RewriteRule /spauth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=check,login&username=U&password=PW [P] -- Set the MKWS configuration item `service_proxy_auth` to - -- Protect access to the local path - (e.g. using a .htaccess file). +Step 2: set the MKWS configuration item `service_proxy_auth` to + + +Step 3: protect access to the local path +(e.g. using a `.htaccess` file). Choosing targets from the library