Linuxers,

Kalau misalkan terlanjur menggunakan prostat, ada yang tau gak bagaimana
caranya membuat agar prostat dijalankan setiap hari jam 9 pagi.
Misalnya. Saya dapat informasi dengan menggunakan crontab. Saya coba
tapi tetap saja tidak mau jalan.

Ada yang tau bagaimana caranya? Kalau pakai crontab, bagaimana step by
step menggunakan dan configurasi crontab untuk linux redhat 9

Sincerely,
 
Rano Nugrah Agung Homan
Software Engineer
[EMAIL PROTECTED]


-----Original Message-----
From: Denie Nataprawira [mailto:[EMAIL PROTECTED] 
Sent: 10 Desember 2003 11:36
To: [EMAIL PROTECTED]
Subject: Re: [tanya-jawab] web log statistic (log analizer)


========================================================================
====
==
    :: WEBALIZER CONFIGURATION ::


* You can download the latest version @ http://www.mrunix.net/webalizer/

* Copy the tarball to /usr/local/src/ and untar it there.

# cd webal*
#
./configure \
  --with-gdlib \
  --with-gd \
  --enable-dns
# make; make install

* Default setting will install the file to :

  Output directory: /var/www/html/usage/
  Configuration file: /etc/webalizer.conf

* Other file, should read the README/INSTALL

------------------------------------------------------------------------
----
--
* Webalizer Configuration File:     /etc/webalizer.con
------------------------------------------------------------------------
----
--
  #
  # Webalizer configuration file
  # Copyright 1997-2000 by Bradford L. Barrett ([EMAIL PROTECTED])
  #

  LogFile        /usr/local/apache/logs/access_log
  #LogType clf
  OutputDir      /var/www/html/usage
  HistoryName /var/lib/webalizer/webalizer.hist
  Incremental yes
  IncrementalName /var/lib/webalizer/webalizer.current
  #ReportTitle    Usage Statistics for
  #HostName       localhost
  #HTMLExtension  html
  PageType htm*
  PageType cgi
  #PageType phtml
  PageType php
  PageType pl
  #UseHTTPS       no
  DNSCache /var/lib/webalizer/dns_cache.db
  DNSChildren 10
  HTMLPre <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  HTMLHead <META NAME="author" CONTENT="The Webalizer">
  HTMLBody <BODY BGCOLOR="#E8E8E8" TEXT="#000000" LINK="#0000FF"
VLINK="#FF0000">
  HTMLPost  <BR CLEAR="all">
  HTMLTail <IMG SRC="msfree.png" ALT="100% Micro$oft free!">
  HTMLEnd </BODY></HTML>
  Quiet  yes
  #ReallyQuiet no
  #TimeMe  no
  #GMTTime  no
  #Debug  no
  #FoldSeqErr no
  #VisitTimeout 1800
  #IgnoreHist no
  CountryGraph yes
  DailyGraph yes
  DailyStats yes
  HourlyGraph yes
  HourlyStats yes
  GraphLegend yes
  GraphLines 2
  TopSites        30
  TopKSites       10
  TopURLs         30
  TopKURLs        10
  TopReferrers    30
  TopAgents       15
  TopCountries    30
  TopEntry        10
  TopExit         10
  TopSearch       20
  TopUsers        20
  #AllSites no
  #AllURLs no
  #AllReferrers no
  #AllAgents no
  #AllSearchStr no
  #AllUsers       no
  IndexAlias     index.html
  # Your own site should be hidden
  #HideSite *mrunix.net
  #HideSite localhost
  # Your own site gives most referrals
  #HideReferrer mrunix.net/
  # This one hides non-referrers ("-" Direct requests)
  #HideReferrer Direct Request
  # Usually you want to hide these
  HideURL  *.gif
  HideURL  *.GIF
  HideURL  *.jpg
  HideURL  *.JPG
  HideURL  *.png
  HideURL  *.PNG
  HideURL  *.ra
  # Hiding agents is kind of futile
  #HideAgent RealPlayer
  # You can also hide based on authenticated username
  #HideUser root
  #HideUser admin
  # Grouping options
  GroupURL /cgi-bin/* CGI Scripts
  GroupURL /images/* Images
  #GroupSite *.aol.com
  #GroupSite *.compuserve.com
  GroupReferrer yahoo.com/ Yahoo!
  GroupReferrer excite.com/     Excite
  GroupReferrer infoseek.com/   InfoSeek
  GroupReferrer webcrawler.com/ WebCrawler
  #GroupUser      root            Admin users
  #GroupUser      admin           Admin users
  #GroupUser      wheel           Admin users
  #GroupAgent MSIE  Micro$oft Internet Exploder
  #HideAgent MSIE
  #GroupAgent Mozilla  Netscape
  #HideAgent Mozilla
  #GroupAgent Lynx*  Lynx
  #HideAgent Lynx*
  #HideAllSites no
  #GroupDomains 0
  #GroupShading yes
  #GroupHighlight yes
  #IgnoreSite bad.site.net
  #IgnoreURL /test*
  #IgnoreReferrer file:/*
  #IgnoreAgent RealPlayer
  #IgnoreUser     root

  # Example: Only show stats on Joe User's pages...
  #IgnoreURL *
  #IncludeURL ~joeuser*
  # Or based on an authenticated username
  #IgnoreUser     *
  #IncludeUser    someuser
  #MangleAgents    0
  SearchEngine yahoo.com p=
  SearchEngine altavista.com q=
  SearchEngine google.com q=
  SearchEngine eureka.com q=
  SearchEngine lycos.com query=
  SearchEngine hotbot.com MT=
  SearchEngine msn.com  MT=
  SearchEngine infoseek.com qt=
  SearchEngine webcrawler searchText=
  SearchEngine excite  search=
  SearchEngine netscape.com search=
  SearchEngine mamma.com query=
  SearchEngine alltheweb.com query=
  SearchEngine northernlight.com  qr=
  #DumpPath /var/log/httpd
  #DumpHeader no
  #DumpExtension tab
  #DumpSites no
  #DumpURLs no
  #DumpReferrers no
  #DumpAgents no
  #DumpUsers no
  #DumpSearchStr  no
  # End of configuration file...
------------------------------------------------------------------------
----
--

* Don't forget to put these line on your httpd.conf :

  alias /usage/ /path/to/webalizer/output/directory

  example:
  alias /usage/ /var/www/html/usage/

* Run the webalizer :

# webalizer

* Restart apache

# apachectl startssl







----- Original Message -----
From: "Indra" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 10, 2003 11:32 AM
Subject: Re: [tanya-jawab] web log statistic (log analizer)


> Saya sudah install dan sudah jalanin commnad :
> # webalizer /usr/local/apache/log/access_log
>
> tapi belum tahu outputnya (hasilnya) di mana bisa di
> lihatnya??,
>



-- 
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php



--
Unsubscribe: kirim email kosong ke [EMAIL PROTECTED]
Arsip dan info di http://linux.or.id/milis.php

Kirim email ke