科技行者

行者学院 转型私董会 科技行者专题报道 网红大战科技行者

知识库

知识库 安全导航

至顶网软件频道Awstats for Linux简易安装、配置测试

Awstats for Linux简易安装、配置测试

  • 扫一扫
    分享文章到微信

  • 扫一扫
    关注官方公众号
    至顶头条

本文将为大家介绍Awstats for Linux简易安装、配置测试。

来源:中国IT实验室 2008年5月13日

关键字: Linux 安装 技巧 操作系统

  • 评论
  • 分享微博
  • 分享邮件

    awstats简易安装文档

  step 1 安装

  1、 安装apache2.2.0

  tar jxvf httpd-2.2.0 tar.bz2

  cd httpd-2.2.0

  vi config.sh

  #!/bin/bash

  HTTPD_ROOT="/usr/local/apps/apache2"

  ./configure ——prefix=$HTTPD_ROOT \

  ——enable-so \

  ——enable-rewrite \

  ——enable-info \

  ——enable-cgid \

  ——enable-mime-magic \

  ——enable-vhost-alias \

  ——enable-deflate \

  ——enable-expires \

  ——with-mpm=prefork

  sh config.sh

  make

  make install

  2 、安装awstats6.5

  tar zxvf awstats-6.5.tar.gz

  mv awstats-6.5 /usr/apps/local/awstats

  step 2 配置

  1、apache配置

  vi /usr/local/apps/apache2/conf/httpd.conf

  DocumentRoot /usr/local/apps/awstats/wwwroot/

  ServerName irunnet.com

  ErrorLog "/usr/local/apps/apache2/logs/irunnet-error_log"

  CustomLog "/usr/local/apps/apache2/logs/irunnet-access_log" combined

  [root@mail bin]# ./apachectl stop

  [root@mail bin]# ./apachectl start

    • 评论
    • 分享微博
    • 分享邮件
    邮件订阅

    如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。

    重磅专题
    往期文章
    最新文章