Changeset 184
- 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:
- 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
| r180 |
r184 |
|
| 1 | 1 | VHCS 2.4.8 Omega Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | 2006-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 |
|---|
| 3 | 13 | |
|---|
| 4 | 14 | 2006-11-20 Benedikt Heintel |
|---|
| r154 |
r184 |
|
| 2 | 2 | # delayed tasks START. |
|---|
| 3 | 3 | |
|---|
| 4 | | 0 23 * * * {QUOTA_ROOT_DIR}/vhcs2-dsk-quota &>{LOG_DIR}/vhcs2-qsk-quota.log |
|---|
| | 4 | # Quota |
|---|
| | 5 | 0 23 * * * {QUOTA_ROOT_DIR}/vhcs2-dsk-quota &>{LOG_DIR}/vhcs2-qsk-quota.log |
|---|
| 5 | 6 | |
|---|
| | 7 | # Traffic |
|---|
| 6 | 8 | 0,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 |
|---|
| | 9 | 0,30 * * * * {TRAFF_ROOT_DIR}/vhcs2-vrl-traff &>{LOG_DIR}/vhcs2-vrl-traff.log |
|---|
| | 10 | 30 23 * * * {TOOLS_ROOT_DIR}/vhcs2-httpd-logs-mngr &>{LOG_DIR}/vhcs2-httpd-logs-mngr.log |
|---|
| 8 | 11 | |
|---|
| 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 |
|---|
| | 13 | 0 1 * * * {BACKUP_ROOT_DIR}/vhcs2-backup-all yes &>{LOG_DIR}/vhcs2-backup-all-mngr.log |
|---|
| 12 | 14 | |
|---|
| 13 | 15 | # [{DMN_NAME}] backup task START. |
|---|
| r177 |
r184 |
|
| 82 | 82 | # |
|---|
| 83 | 83 | # Either no or path to the awstats configs dir (mostly: /etc/awstats) |
|---|
| 84 | | AWSTATS_DIR = /etc/awstats |
|---|
| | 84 | AWSTATS_DIR = no |
|---|
| | 85 | |
|---|
| | 86 | AWSTATS_WEB_DIR = /var/www/awstats |
|---|
| | 87 | |
|---|
| | 88 | AWSTSTS_ROOT_DIR = /var/www/vhcs2/engine/awstats |
|---|
| 85 | 89 | |
|---|
| 86 | 90 | # |
|---|
| r154 |
r184 |
|
| 495 | 495 | } |
|---|
| 496 | 496 | |
|---|
| | 497 | if ($cfg['AWSTATS_DIR'] == "no") { |
|---|
| | 498 | $tpl -> assign('AWSTSTS', ''); |
|---|
| | 499 | } |
|---|
| | 500 | |
|---|
| 497 | 501 | $tpl -> parse('MENU', 'menu'); |
|---|
| 498 | 502 | |
|---|
| r179 |
r184 |
|
| 83 | 83 | <td colspan="2"><img src="{THEME_COLOR_PATH}/images/trans.gif" width="30" height="4"></td> |
|---|
| 84 | 84 | </tr> |
|---|
| | 85 | <!-- BDP: awstats --> |
|---|
| 85 | 86 | <tr> |
|---|
| 86 | 87 | <td width="15"><img src="{THEME_COLOR_PATH}/images/icons/document.gif" width="12" height="15"></td> |
|---|
| … | … | |
| 90 | 91 | <td colspan="2"><img src="{THEME_COLOR_PATH}/images/trans.gif" width="30" height="4"></td> |
|---|
| 91 | 92 | </tr> |
|---|
| | 93 | <!-- EDP: awstats --> |
|---|
| 92 | 94 | </table></td> |
|---|
| 93 | 95 | </tr> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>