Changeset 184

Show
Ignore:
Timestamp:
11/24/06 13:39:50 (2 years ago)
Author:
rats
Message:

- CONFIGS:

  • Commented crontab.conf
  • Added variables for AWStats to vhcs2.conf

- ENGINE:

  • Added AWStats files

- GUI:

  • Changed client-functions.php added variable AWStats Link in Menu (not working, why?)

- TOOLS:

  • Added AWStats install files
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r180 r184  
    11VHCS 2.4.8 Omega Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     32006-11-24 Benedikt Heintel 
     4        - CONFIGS: 
     5                * Commented crontab.conf 
     6                * Added variables for AWStats to vhcs2.conf 
     7        - ENGINE: 
     8                * Added AWStats files 
     9        - GUI: 
     10                * Changed client-functions.php added variable AWStats Link in Menu (not working, why?) 
     11        - TOOLS: 
     12                * Added AWStats install files 
    313 
    4142006-11-20 Benedikt Heintel 
  • trunk/configs/crontab/crontab.conf

    r154 r184  
    22# delayed tasks START. 
    33 
    4 0       23      * * *  {QUOTA_ROOT_DIR}/vhcs2-dsk-quota &>{LOG_DIR}/vhcs2-qsk-quota.log 
     4# Quota 
     50               23      * * *  {QUOTA_ROOT_DIR}/vhcs2-dsk-quota &>{LOG_DIR}/vhcs2-qsk-quota.log 
    56 
     7# Traffic 
    680,30    *       * * *  {TRAFF_ROOT_DIR}/vhcs2-srv-traff &>{LOG_DIR}/vhcs2-srv-traff.log 
    7 30      23      * * *  {TOOLS_ROOT_DIR}/vhcs2-httpd-logs-mngr &>{LOG_DIR}/vhcs2-httpd-logs-mngr.log 
     90,30    *       * * *  {TRAFF_ROOT_DIR}/vhcs2-vrl-traff &>{LOG_DIR}/vhcs2-vrl-traff.log 
     1030              23      * * *  {TOOLS_ROOT_DIR}/vhcs2-httpd-logs-mngr &>{LOG_DIR}/vhcs2-httpd-logs-mngr.log 
    811 
    9 0,30    *       * * *  {TRAFF_ROOT_DIR}/vhcs2-vrl-traff &>{LOG_DIR}/vhcs2-vrl-traff.log 
    10  
    11 0       1       * * *  {BACKUP_ROOT_DIR}/vhcs2-backup-all yes &>{LOG_DIR}/vhcs2-backup-all-mngr.log 
     12# Backup 
     130               1       * * *  {BACKUP_ROOT_DIR}/vhcs2-backup-all yes &>{LOG_DIR}/vhcs2-backup-all-mngr.log 
    1214 
    1315# [{DMN_NAME}] backup task START. 
  • trunk/configs/vhcs2.conf

    r177 r184  
    8282# 
    8383# Either no or path to the awstats configs dir (mostly: /etc/awstats) 
    84 AWSTATS_DIR = /etc/awstats 
     84AWSTATS_DIR = no 
     85 
     86AWSTATS_WEB_DIR = /var/www/awstats 
     87 
     88AWSTSTS_ROOT_DIR = /var/www/vhcs2/engine/awstats 
    8589 
    8690# 
  • trunk/gui/include/client-functions.php

    r154 r184  
    495495        } 
    496496 
     497        if ($cfg['AWSTATS_DIR'] == "no") { 
     498                $tpl -> assign('AWSTSTS', ''); 
     499        } 
     500 
    497501        $tpl -> parse('MENU', 'menu'); 
    498502 
  • trunk/gui/themes/modern_blue/client/menu_statistics.tpl

    r179 r184  
    8383                 <td colspan="2"><img src="{THEME_COLOR_PATH}/images/trans.gif" width="30" height="4"></td> 
    8484               </tr> 
     85               <!-- BDP: awstats --> 
    8586               <tr> 
    8687                 <td width="15"><img src="{THEME_COLOR_PATH}/images/icons/document.gif" width="12" height="15"></td> 
     
    9091                 <td colspan="2"><img src="{THEME_COLOR_PATH}/images/trans.gif" width="30" height="4"></td> 
    9192                 </tr> 
     93                <!-- EDP: awstats --> 
    9294                  </table></td> 
    9395                     </tr>