freebsd7.0 awstats

2009-05-13 11:18:42来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


环境freebsd7.0  awstats 6.6-1
cd /usr/ports/www/awstats-devel
make install clean;rehash


#装完后的提示:
Please add the following to your apache config, and restart.
#
# Directives to allow use of AWStats as a CGI
#
Alias /awstatsclasses “/usr/local/www/awstats/classes/”
Alias /awstatscss “/usr/local/www/awstats/css/”
Alias /awstatsicons “/usr/local/www/awstats/icons/”
ScriptAlias /awstats/ “/usr/local/www/awstats/cgi-bin/”
#
# This is to permit URL access to scripts/files in AWStats directory.
#
Options None
AllowOverride None
Order allow,deny
Allow from all
*****************************************************************
If you are upgrading from AWStats 6.4 or older, please note the following:
If you used the geoip plugin, you must edit your AWStats config file
to change the line
LoadPlugin=”geoip GEOIP_STANDARD”
into
LoadPlugin=”geoip GEOIP_STANDARD /pathto/GeoIP.dat”
3.配置awstats
#复制配置模板(并按需修改配置模板)
mkdir /etc/awstats
cp /usr/local/www/awstats/cgi-bin/awstats.model.conf /etc/awstats/
#生成配置文件
/usr/local/www/awstats/tools/awstats_configure.pl
#Do you want to continue setup from this NON standard directory
y
#Check for web server install
#询问apache配置路径(/usr/local/etc/apache22/httpd.conf),若输入了会追加以下信息,直接输入 none 跳过
#把以下内容保存到加入到虚拟主机的配置中
#
# Directives to allow use of AWStats as a CGI
#
Alias /awstatsclasses “/usr/local/www/awstats/classes/”
Alias /awstatscss “/usr/local/www/awstats/css/”
Alias /awstatsicons “/usr/local/www/awstats/icons/”
ScriptAlias /awstats/ “/usr/local/www/awstats/cgi-bin/”
#
# This is to permit URL access to scripts/files in AWStats directory.
#
Options None
AllowOverride None
Order allow,deny
Allow from all

配置例子
Alias /awstatsclasses "/home/www/awstats/classes/" // 将“/usr/local/www/”改为自定义的“/usr/home/www/”
Alias /awstatscss "/home/www/awstats/css/"
Alias /awstatsicons "/home/www/awstats/icons/"
ScriptAlias /awstats/ "/home/www/awstats/cgi-bin/"
#
# This is to permit URL access to scripts/files in AWStats directory.
#
           Options None
           AllowOverride None
           Order allow,deny
           Allow from all


# Need to create a new config file ?
y
#Define config file name to create
test.jluzh.com

#Define config file path
#直接使用回车使用默认(保存到/etc/awstats/awstats.www.mydomain.com.conf
#修改配置:
vi /etc/awstats/awstats.www.mydomain.com.conf

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:安装FreeBSD之 FreeBSD的分区

下一篇:FreeBSD 安装 VMware