首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >awstats密码保护

awstats密码保护
EN

Server Fault用户
提问于 2011-04-22 00:07:44
回答 1查看 2.2K关注 0票数 1

在awstat.domain.conf文件中,应该是

AllowAccessFromWebToFollowingAuthenticatedUsers=

我应该在这里放什么?

当前值为空,而我正在获得

代码语言:javascript
复制
Error: Access to statistics is only allowed from an authenticated session to authenticated users.

Setup ('/etc/awstats/awstats.domain.conf' file, web server or permissions) may be wrong.
Check config file, permissions and AWStats documentation (in 'docs' directory). 
EN

回答 1

Server Fault用户

回答已采纳

发布于 2011-04-22 02:33:06

代码语言:javascript
复制
AllowAccessFromWebToAuthenticatedUsersOnly=0


# This parameter give the list of all authorized authenticated users to view
# statistics for this domain/config file. This parameter is used only if
# AllowAccessFromWebToAuthenticatedUsersOnly is set to 1.
# Change : Effective immediatly
# Example: "user1 user2"
# Example: "__REMOTE_USER__"
# Default: ""
#
AllowAccessFromWebToFollowingAuthenticatedUsers=""
# When this parameter is define to something, the IP address of the user that
# read its statistics from a browser (when AWStats is used as a CGI) is
# checked and must match one of the IP address values or ranges.
# Change : Effective immediatly
# Example: "127.0.0.1 123.123.123.1-123.123.123.255"
# Default: ""
#
AllowAccessFromWebToFollowingIPAddresses=""
票数 0
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/262410

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档