untuk access di webnya bagaimana ? di sarg.conf output_dir /var/www/html/squid-reports bagaimana generate indexnya.
-----Original Message----- From: Hakim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 9:49 AM To: [EMAIL PROTECTED] Subject: Re: [tanya-jawab] install sarg ini step yang saya gunakan di rh9 : a.. Copy file tar.gz ke folder /usr/local/src b.. extract : tar -xzvf sarg.tar.gz c.. masuk ke folder sarg d.. jalankan perintah : a.. ./configure -enable-mandir=/usr/share/man/man1 b.. make c.. make install d.. copy patch ke folder sarg e.. jalankan perintah : patch -p0 < namepatch f.. make install e.. open file /usr/local/sarg/sarg.conf --> ubah sesuai kebutuhan f.. buat folder /etc/cron.sarg g.. create file sarg : a.. #!/bin/bash b.. LASTDAY=$(date -date "1 days ago" +%d/%m/%Y) c.. export LC_ALL=C d.. /usr/sbin/sarg -d $LASTDAY-$LASTDAY e.. exit 0 h.. simpan i.. ubah mode file sar : 755 j.. open file /etc/crontab k.. tambahkan line : * 1 * * * root run-parts /etc/cron.sarg -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php
