Webalizer アクセス解析ツール
YahooBB
Open ssh
rsync
quota
私のネットワーク環境を紹介します。
ネットワーク図は、以下のとうりです。
もっともシンプルなネットワークだと思います。Turbo Linux6.5 Server
をルーターとして
設定しスイッチングハブにつなぎ2台の Windows98
(1台は,TurboLinux Workstation7
もインストール)をつないでいます。

たいしてアクセスもないのですがとりあえずWebalizerをインストールしました。
http://www.mrunix.net/webalizer/のサイトから
webalizer-2.01-10-src.tgzをダウンロードしました。
以下の手順でインストールしました。
|
[hoge@hat9 hoge]$ ftp ftp.mrunix.net Connected to guru.mrunix.net. 220 ProFTPD 1.2.4 Server (MrUnix FTP Server) [guru.mrunix.net] Name (ftp.mrunix.net:hoge): anonymous 331 Anonymous login ok, send your complete email address as your password. Password:hoge@yahoo.co.jp 230- Welcome to our archive. If you have any problems, try using a dash "-" as the first character of your password to remove the opening messages... which may be confusing your ftp client. Please report problems to support@mrunix.net The latest versions of The Webalizer may be found in the /pub/webalizer directory. 230 Anonymous access granted, restrictions apply. Remote system type is UNIX. Using binary mode to transfer files. ftp> cd pub/webalizer 250- Welcome to the official home of The Webalizer. A Fast, Free web server log analysis program. As always, if you encounter problems or have suggestions, drop me a note at brad@mrunix.net. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the files "COPYING" (GNU General Public License) and "Copyright" for more details. 250 CWD command successful. ftp> get webalizer-2.01-10-src.tgz ftp> bye [hoge@hat9 hoge]$ su Password: [root@hat9 hoge]# cd /usr/local/src/ [root@hat9 src]# tar zxvf /home/hoge/webalizer-2.01-10-src.tgz [root@hat9 src]# cd webalizer-2.01-10/ [root@hat9 webalizer-2.01-10]# ./configure --with-language=japanese [root@hat9 webalizer-2.01-10]# make [root@hat9 webalizer-2.01-10]# make install 以上でインストールが終了しました。 |
|
/etc/webalizer.confというファイルができます。このファイルで設定をします。 コメント行がほとんどです。私が、コメントアウトしたのは以下です。 LogFile /var/lib/httpd/logs/access_log apacheで設定した場所 OutputDir /var/lib/httpd/htdocs/webalizer 結果レポートを出力するディレクトリ Incremental Yes HostName hat9.yahoo.co.jp PageType htm* PageType cgi #PageType phtml PageType php* PageType pl TopSites 50 TopKSites 50 TopURLs 50 TopKURLs 50 TopReferrers 50 TopAgents 50 TopCountries 50 TopEntry 50 TopExit 50 TopSearch 20 TopUsers 50 HideSite 192.168.0.* |
|
http://www.sekaihwiwa.com/webalizer/にアクセスすると解析ページが表示され、月の統計の Aug 2002 をクリックすると詳細な解析ページが表示されます。 ただし、実際にはBASIC認証の設定をしてますのでご了承ください。 |
2002.8.4