From ad6e765bcd4f35a282ef00e38ed9129f3a5c1d83 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Thu, 1 Sep 2016 14:32:27 +0200 Subject: doc: Correct errors introduced by Editorial changes Fix some older errors as well. --- lib/inets/doc/src/httpd.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'lib/inets/doc/src/httpd.xml') diff --git a/lib/inets/doc/src/httpd.xml b/lib/inets/doc/src/httpd.xml index b05ae72983..d74635fc01 100644 --- a/lib/inets/doc/src/httpd.xml +++ b/lib/inets/doc/src/httpd.xml @@ -4,7 +4,7 @@
- 19972015 + 19972016 Ericsson AB. All Rights Reserved. @@ -711,7 +711,7 @@ text/plain asc txt

Sets the type of authentication database that is used for the directory. The key difference between the different methods is - that dynamic data can be saved when Mnesia and Dets + that dynamic data can be saved when Mnesia and Dets are used. This property is called AuthDbType in the Apache-like configuration files.

@@ -731,10 +731,10 @@ text/plain asc txt ragnar:s7Xxv7 edward:wwjau8 -

If the Dets storage method is used, the user database is - maintained by Dets and must not be edited by hand. Use the +

If the Dets storage method is used, the user database is + maintained by Dets and must not be edited by hand. Use the API functions in module mod_auth to create/edit the user - database. This directive is ignored if the Mnesia + database. This directive is ignored if the Mnesia storage method is used. For security reasons, ensure that auth_user_file is stored outside the document tree of the web server. If it is placed in the directory that it protects, @@ -753,10 +753,10 @@ text/plain asc txt group1: bob joe ante -

If the Dets storage method is used, the group database is - maintained by Dets and must not be edited by hand. Use the +

If the Dets storage method is used, the group database is + maintained by Dets and must not be edited by hand. Use the API for module mod_auth to create/edit the group database. - This directive is ignored if the Mnesia storage method is used. + This directive is ignored if the Mnesia storage method is used. For security reasons, ensure that the auth_group_file is stored outside the document tree of the web server. If it is placed in the directory that it protects, clients -- cgit v1.2.3