Changeset 188
- Timestamp:
- 11/26/06 22:58:20
(2 years ago)
- Author:
- quix0r
- Message:
Added missing variables to vhcs2.conf
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r187 |
r188 |
|
| 1 | 1 | VHCS 2.4.8 Omega Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2006-11-26 Roland Haeder |
|---|
| | 5 | - CONFIGS |
|---|
| | 6 | * Added missing SEC_FOO_BAR variables (thx 2 xister ;) ) |
|---|
| 3 | 7 | |
|---|
| 4 | 8 | 2006-11-26 Benedikt Heintel |
|---|
| r184 |
r188 |
|
| 82 | 82 | # |
|---|
| 83 | 83 | # Either no or path to the awstats configs dir (mostly: /etc/awstats) |
|---|
| 84 | | AWSTATS_DIR = no |
|---|
| 85 | | |
|---|
| 86 | | AWSTATS_WEB_DIR = /var/www/awstats |
|---|
| 87 | | |
|---|
| 88 | | AWSTSTS_ROOT_DIR = /var/www/vhcs2/engine/awstats |
|---|
| | 84 | AWSTATS_DIR = /etc/awstats |
|---|
| 89 | 85 | |
|---|
| 90 | 86 | # |
|---|
| … | … | |
| 345 | 341 | |
|---|
| 346 | 342 | BACKUP_FILE_DIR = /var/www/vhcs2/backups |
|---|
| | 343 | |
|---|
| | 344 | # Whitelist some IP numbers here (WARNING! DO NOT WHITELIST SO MUCH!!) |
|---|
| | 345 | # e.g. 1.2.3.4,4.3.2.1 |
|---|
| | 346 | SEC_IP_WHITELIST = |
|---|
| | 347 | |
|---|
| | 348 | # Do not send emails when these IP numbers are accessing |
|---|
| | 349 | # e.g. 1.2.3.4,4.3.2.1 |
|---|
| | 350 | SEC_IP_NO_EMAIL = |
|---|
| | 351 | |
|---|
| | 352 | # Ignore these non-existing sub-domains. This reduces the amount of mails |
|---|
| | 353 | # e.g. when you have created lots of sub domains, the spiders came around |
|---|
| | 354 | # and you have deleted them after a while. |
|---|
| | 355 | SEC_DOMAIN_NO_EMAIL = |
|---|
| | 356 | |
|---|
| | 357 | # Allow direct accesses on your IP number? (true/false) |
|---|
| | 358 | SEC_ALLOW_IP_ACCESS = false |
|---|
| | 359 | |
|---|
| | 360 | # Allow direct accesses on your hostname? (true/false) |
|---|
| | 361 | SEC_ALLOW_HOSTNAME_ACCESS = false |
|---|
| | 362 | |
|---|
| | 363 | # Allowed request methods? (the default are mostly fine) |
|---|
| | 364 | # e.g. GET,POST,HEAD |
|---|
| | 365 | SEC_REQUEST_METHODS = GET,POST,HEAD |
|---|
| | 366 | |
|---|
| | 367 | # Allowed server protocols? (the default are in 99.999% cases fine) |
|---|
| | 368 | # e.g. HTTP/1.0,HTTP/1.1 |
|---|
| | 369 | SEC_SERVER_PROTOCOLS = HTTP/1.0,HTTP/1.1 |
|---|
| | 370 | |
|---|
| | 371 | # Check these entries in _SERVER for correct IP numbers or hostnames |
|---|
| | 372 | # Please leave this alone! |
|---|
| | 373 | SEC_VALIDATE_IP_HOSTNAME = SERVER_NAME,HTTP_HOST |
|---|
| | 374 | |
|---|
| | 375 | # Filter more things on bad tags in _SERVER |
|---|
| | 376 | # Please leave this alone! |
|---|
| | 377 | SEC_FILTER_TAGS = HTTP_VIA,HTTP_X_FORWARDED_FOR |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>