Changeset 188

Show
Ignore:
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
  • trunk/CHANGELOG

    r187 r188  
    11VHCS 2.4.8 Omega Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42006-11-26 Roland Haeder 
     5        - CONFIGS 
     6                * Added missing SEC_FOO_BAR variables (thx 2 xister ;) ) 
    37 
    482006-11-26 Benedikt Heintel 
  • trunk/configs/vhcs2.conf

    r184 r188  
    8282# 
    8383# 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 
     84AWSTATS_DIR = /etc/awstats 
    8985 
    9086# 
     
    345341 
    346342BACKUP_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 
     346SEC_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 
     350SEC_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. 
     355SEC_DOMAIN_NO_EMAIL =  
     356 
     357# Allow direct accesses on your IP number? (true/false) 
     358SEC_ALLOW_IP_ACCESS = false 
     359 
     360# Allow direct accesses on your hostname? (true/false) 
     361SEC_ALLOW_HOSTNAME_ACCESS = false 
     362 
     363# Allowed request methods? (the default are mostly fine) 
     364# e.g. GET,POST,HEAD 
     365SEC_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 
     369SEC_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! 
     373SEC_VALIDATE_IP_HOSTNAME = SERVER_NAME,HTTP_HOST 
     374 
     375# Filter more things on bad tags in _SERVER 
     376# Please leave this alone! 
     377SEC_FILTER_TAGS = HTTP_VIA,HTTP_X_FORWARDED_FOR