Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-05-10, 10:23:47

Author Topic: Webalizer is not generated stats  (Read 3709 times)

0 Members and 1 Guest are viewing this topic.

Offline gunhotnews

  • Junior Member
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Webalizer is not generated stats
« on: 2017-01-28, 14:02:03 »
Webalizer is not generated stats everyday even I used  "sh /script/fixtraffic --day=1" it still doesn't work.


Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webalizer is not generated stats
« Reply #1 on: 2017-01-28, 14:10:12 »
Inform here 'sh /script/sysinfo; dir -l /etc/logrotate.d'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline gunhotnews

  • Junior Member
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Webalizer is not generated stats
« Reply #2 on: 2017-01-28, 15:47:08 »
Quote
A. Kloxo-MR: 6.5.0.f-2016100901

B. OS: CentOS release 6.8 (Final) x86_64

C. Apps:
   1. MySQL: mysql55-5.5.53-1.ius.el6.x86_64
   2. PHP: php53u-5.3.29-1.ius.el6.x86_64
   3. Httpd: httpd-2.2.31-1.mr.el6.x86_64
   4. Lighttpd: --uninstalled--
   5. Nginx: --uninstalled--
   6. Qmail: qmail-toaster-1.03-1.3.55.mr.el6.x86_64
      - with: courier-imap-toaster-4.1.2-1.3.20.mr.el6.x86_64
   7. Dns: bind-9.9.7-1.mr.el6.x86_64

D. Php-type (for Httpd/proxy): mod_php_ruid2

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:           991        767        224          0         94        403
   -/+ buffers/cache:        268        722
   Swap:         2047         13       2034

total 56
-rw-r--r-- 1 root root   139 May 12  2016 dracut
-rw-r--r-- 1 root root   165 Oct 20 18:11 hiawatha
-rw-r--r-- 1 root root   178 Apr 16  2015 httpd
-rw-r--r-- 1 root root   135 Jun 22  2012 iptraf
-rw-r--r-- 1 root root  1094 Oct 15 17:18 kloxo
-rw-r--r-- 1 root root   508 Mar 12  2016 munin
-rw-r--r-- 1 root root   140 Mar 12  2016 munin-node
-rw-r--r-- 1 root root   519 Oct 13 08:55 mysqld
-rw-r----- 1 root named  170 Jun 25  2015 named
-rw-r--r-- 1 root root   210 Aug 14  2014 php-fpm
-rw-r--r-- 1 root root    66 Mar 14  2005 pure-ftpd
-rw-r--r-- 1 root root    86 Oct 27  2014 rkhunter
-rw-r--r-- 1 root root   210 Dec 10  2014 syslog
-rw-r--r-- 1 root root    87 Jul 12  2016 yum

Thank You

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webalizer is not generated stats
« Reply #3 on: 2017-01-28, 16:46:15 »
Try change content of '/etc/logrotate.d/kloxo' and '/usr/local/lxlabs/kloxo/file/kloxo.logrotate' with (taken from Kloxo-MR 7.0):
Code: [Select]
/home/httpd/*/stats/*_log
/home/*/__processed_stats/*_log
/usr/local/lxlabs/kloxo/log/*
{
    daily
    #create 0664 apache apache
    #rotate 52
    compress
    delaycompress
    notifempty
    missingok
    sharedscripts
    postrotate
        sh /scripr/restart-web -y >/dev/null 2>&1 || true
        sh /scripr/restart -y >/dev/null 2>&1 || true
    endscript
}
« Last Edit: 2017-01-28, 16:48:11 by MRatWork »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline gunhotnews

  • Junior Member
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Webalizer is not generated stats
« Reply #4 on: 2017-01-30, 03:53:27 »
doesn't work.

Quote
#
# Kloxo LogRotate
# Initial version
# Needs cleanup
# Using this one on LxCenter server
# Created by Danny Terweij <d.terweij@lxcenter.org>
#
# Daily rotates (compressed) and keeps maximum of 30 days
#
# add and modified by Mustafa Ramadhan <mustafa.ramadhan@lxcenter.org>

/var/log/qmail/*/current /var/log/pureftpd.log {
        daily
        rotate 30
        create
        compress
        notifempty
        missingok
        postrotate
        pkill -HUP syslogd
        endscript
}

/home/httpd/*/stats/*_log
/home/*/__processed_stats/*_log
/usr/local/lxlabs/kloxo/log/*
{
    daily
    #create 0664 apache apache
    #rotate 52
    compress
    delaycompress
    notifempty
    missingok
    sharedscripts
    postrotate
        sh /scripr/restart-web -y >/dev/null 2>&1 || true
        sh /scripr/restart -y >/dev/null 2>&1 || true
    endscript
}

/home/*/logs/*.log {
        daily
        rotate 30
        create 0664 apache apache
        compress
        notifempty
        missingok
}

Offline gunhotnews

  • Junior Member
  • *
  • Posts: 24
  • Karma: +0/-0
    • View Profile
Re: Webalizer is not generated stats
« Reply #5 on: 2017-02-08, 10:12:12 »
 :) :) :)

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Webalizer is not generated stats
« Reply #6 on: 2017-02-08, 11:46:51 »
Kloxo-MR 6.5 is final version. No update except security issue.

I didn't found this issue in Kloxo-MR 7.0.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.042 seconds with 22 queries.

web stats analysis