From: eldy <> Date: Tue, 2 Apr 2002 21:35:38 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_4_0_BETA~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42486d541e611e46ec00e954800440e723a0ff0d;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats_security.html b/docs/awstats_security.html index 2e42536d..fae1145c 100644 --- a/docs/awstats_security.html +++ b/docs/awstats_security.html @@ -40,7 +40,7 @@ statistics of user yyy (having a site www.yyy.com).
This is example of possible way of working:


-

1) VERY HIGHLY SECURED POLICY


+

1) HIGHLY SECURED POLICY


Policy:
You have several different config/domains owned by different users and you want to build statistics for each of them. You don't need that your customer have "real-time" statistics.
@@ -61,6 +61,7 @@ If AWStats database files for config/domain1 are read protected, only allowed us If AWStats database files for config/domain1 are write protected, only allowed users can update statistics for config/domain1.


+ -

3) MEDIUM SECURED POLICY


+

2) MEDIUM SECURED POLICY


Policy:
You have several config/domain and several users. You want to specify which user can see or update dynamically statistics for each config/domain.
@@ -117,7 +119,7 @@ Then edit each config/domain file you want to be protected to set AllowAccess You can also edit list of authorized users in the AllowAccessFromWebToFollowingAuthenticatedUsers parameter.


-

4) NO SECURITY POLICY


+

3) NO SECURITY POLICY


Policy:
You have only one hosts or several hosts or users but you don't need to manage particular permissions for your different config/domain statistics.
@@ -129,6 +131,12 @@ config/domain name and the url syntax to see stats of a particular config/domain How:
No particular things to do.

+
+
+ +There is a lot of possible use for AWStats combining all its options/parameter with all web servers options/parameters. +Just use the one you need...
+

diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 9d9eb1f9..3cf5d6c8 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -175,6 +175,7 @@ AllowAccessFromWebToAuthenticatedUsersOnly=0 # statistics for this domain/config file. This parameter is used only if # AllowAccessToAuthenticatedUsersOnly is set to 1. # Example: "user1 user2" +# Example: "__REMOTE_USER__" # Default: "" # AllowAccessFromWebToFollowingAuthenticatedUsers=""