Blog信息 |
blog名称: 日志总数:1304 评论数量:2242 留言数量:5 访问次数:7575393 建立时间:2006年5月29日 |

| |
[Ubuntu]用AWStats统计网站访问情况 软件技术
lhwork 发表于 2007/2/9 22:07:40 |
授权方式:署名,非商业用途,保持一致,转载时请务必以超链接(http://www.fwolf.com/blog/post/286)的形式标明文章原始出处和作者信息及本声明。
AWStats是一款强大的日志分析工具,可以从你保存的服务器日志中分析出类似51.la统计的信息,当然,他的功能可不仅仅是web服务器的日志分析,还可以分析其他服务器比如mail服务器的日志呢。
awstats的官方安装说明繁琐了一些,其实没那么复杂的,也就下面几步。我使用的环境为ubuntu linux,apache2。
首先是awstats的安装,ubuntu直接apt就能装上了,也 |
|
[Ubuntu]Configuring Awstats with Apache 2 on Ubuntu 软件技术
lhwork 发表于 2007/2/9 21:41:24 |
Being able to track your web statistics is important for commercial
sites. For personal sites it may not be as important, but it still nice
to know where people are coming from and what they are looking for.
There are a number of open source log analysers that work with Apache, however my preferred choice is Awstats.
It may not be able to give the same l |
|
[Ubuntu]使用Ubuntu 作为 web服务器系统 软件技术
lhwork 发表于 2007/1/20 11:52:14 |
注意:本文中所说的web配置方式若只用来作日常开发web程序的调试环境比较合理。若要作为一个大型的服务器应用,则比较不适合。建议你自行下载文中 LAMP 的源代码编译安装:)
Ubuntu 是一个完全以 Gnu/Linux 为基础的操作系统,它是一个基于 Debian的发行版。目前版本是 5.10。
如果你想快速在本地设置web环境的话,可以按照以下方法配置:
在终端中键入以下命令安装 Apache + PHP + Mysql,(当然,你需要确定你已经连上了网络:)
|
|
[Ubuntu]Ubuntu 设置指南 软件技术
lhwork 发表于 2007/1/20 11:49:19 |
默认下 Ubuntu 的root用户所不能登录的。
你可以使用如下的命令修改:
sudo passwd root
然后输入你要修改的密码即可。
升级系统:
修改你的源,并升级到最新的系统:
sudo gedit /etc/apt/sources.list
在编辑器里,删除所有东西,并在加上下面的行:
deb http://ubuntu.cn99.com/ubuntu/ breezy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ breezy-security main restricted universe multiverse
d |
|
« 1 ›
|