我已将 AWStats 配置为在我的网站上运行,但我希望它排除来自我自己(本地主机)的被视为源自这些 IP 地址的命中:
127.0.0.1
192.168.0.1
我该如何配置?
我正在尝试将 AWSStats 添加到我的工作 Apache 网站。但是当我转到我的 perl 脚本时,它失败了:
http://localhost/awstats/awstats.pl?config=my.domain.here
我在浏览器中收到此错误 500:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
我有以下错误日志条目
[Mon Feb 01 19:59:48 2010] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified. : couldn't create child process: 720002: awstats.pl
[Mon Feb 01 19:59:48 2010] [error] [client 127.0.0.1] (OS 2)The system cannot find the file specified. : couldn't spawn child process: C:/Program Files/AWStats/wwwroot/cgi-bin/awstats.pl
我认为这可能是由于未启用 cgi,所以我将其添加到我的配置文件中:
ScriptAlias /cgi-bin/ "C:/Program Files/AWStats/wwwroot/cgi-bin/"
<Directory "C:/Program Files/AWStats/wwwroot/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
但这似乎没有帮助。请注意,AWStats 在配置文件的末尾插入了以下内容:
Alias /awstatsclasses "C:/Program Files/AWStats/wwwroot/classes/"
Alias /awstatscss "C:/Program Files/AWStats/wwwroot/css/"
Alias /awstatsicons "C:/Program Files/AWStats/wwwroot/icon/"
ScriptAlias /awstats/ "C:/Program Files/AWStats/wwwroot/cgi-bin/"
请注意, localhost 似乎转到了我的第一个虚拟条目:
<VirtualHost *:80>
DocumentRoot "C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\myDomain"
ServerName my.domain.here
Redirect /index.html http://my.domain.here/myDirectory
请提出可能出了什么问题。
谢谢。
有什么简单的方法可以计算图像文件的下载量,这样我就可以计算我的 Craigslist 广告被阅读的次数,以了解它在我的网站上转化为点击的频率?这适用于运行 Apache v2.2 的 windows-7。
理想的做法是在我的服务器上创建一个网页,供内部使用,列出页面点击次数。
我在 windows-7 上使用 apache 2.2,想知道流量何时到达我的网站,点击的来源。使用 Apache v2.2 执行此操作的简单方法是什么?
我想要一个从一个页面到另一个页面的重定向网页,这样我就可以在我的服务器上为同一个网页设置两个名称。我尝试创建一个 Windows 快捷方式,但没有奏效。请建议如何让一个页面成为另一个页面的指针。
因此,以下两个在不复制页面定义的情况下是相同的,而是通过链接:
http://www.domain.com/something/index.html
http://www.domain.com/index.html