From 930410efb63ed0661a3c72a5db4f0a04cc7d1d04 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 6 Aug 2014 17:55:57 +0100 Subject: [PATCH] Reformat steps of "conceal credentials from HTML source". This is necessary as Markdown will not format a code-fragment within a list-item. --- doc/mkws-manual.markdown | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 1.7.10.4