Difference between revisions of "Webalizer: Instalasi"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "sumber: http://linuxpitstop.com/install-and-configure-webalizer-on-ubuntu/ ==Instal Apache== sudo apt-get install apache sudo /etc/init.d/apache2 start ==Instal Webalize...")
 
 
(2 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
Pastikan
 
Pastikan
  
  LogFile /var/log/apache2/access.log
+
  LogFile: /var/log/apache2/access.log
 +
Incremental: Yes
 +
OutputDir /var/www/html/webalizer
 +
 
 +
Untuk Squid
 +
 
 +
LogFile /var/log/squid/access.log
 +
LogType squid
 +
OutputDir /var/www/html/webalizer/
  
 
==Jalankan==
 
==Jalankan==

Latest revision as of 05:57, 30 June 2017

sumber: http://linuxpitstop.com/install-and-configure-webalizer-on-ubuntu/


Instal Apache

sudo apt-get install apache
sudo /etc/init.d/apache2 start

Instal Webalizer

sudo apt-get install webalizer


Konfigurasi

sudo mv /var/www/webalizer /var/www/html/
sudo gedit /etc/webalizer/webalizer.conf

Pastikan

LogFile: /var/log/apache2/access.log
Incremental: Yes
OutputDir /var/www/html/webalizer

Untuk Squid

LogFile /var/log/squid/access.log
LogType squid
OutputDir /var/www/html/webalizer/

Jalankan

sudo webalizer

Lihat di

http://ip-address/webalizer/




Referensi