Use webalizer to generate web accessing
statistic. On
the terminal run command: sudo
webalizer. To access it, use firefox browse to
http://localhost/webalizer/ Configure file for webalizer is /etc/webalizer/webalizer.conf /etc/apache2/conf.d/webalizer contains Alias /webalizer /var/www/webalizer <Directory /var/www/webalizer> Order allow,deny Allow from localhost 127.0.0.0/8 ::1 Options None </Directory> To allow or disallow outside to accessing it, configure /etc/apache2/conf.d/webalizer ใช้ webalizer เพื่อดูสถิติการเข้าชมเว็บ โดยรันคำสั่ง sudo webalizer ในเทอร์มินัล จากนั้น ใช้ Browser ต่อเข้ามาที่ http://localhost/webalizer/ ไฟล์ config ของ webalizer คือ /etc/webalizer/webalizer.conf ถ้าต้องการเปลี่ยนการเข้าถึง ให้แก้ไขไฟล์ /etc/apache2/conf.d/webalizer |