## =================================================================== ## - Configuration File for "create_vhost_php.sh" Script ## =================================================================== # ---------- # - Note: # - # - - Presens of this configuration file is not required. # - # - - Settings here overwrites the script defaults # - # - - Settings here can be overwritten by commandline parameters. # ---------- # - Place phpinfo file into documentroot directory # - # - Defaults to 'true' # - #CREATE_PHPINFO_FILE= # - Use Projectname instead of main-domain.tld as wensites base directory # - # - Defaults to 'false' # - #USE_PROJECT_NAME= # - Where to store apache log files # - # - Only usefull, if you all logfiles are stored in a common logfile-directory. # - # - Example: # - COMMON_LOGFILE_DIR="/var/log/apache2" # - #COMMON_LOGFILE_DIR="" # - Where to store vhost configuration files # - # - Example: #- VHOST_BASE_DIR="/usr/local/apache2/conf/vhosts/0" # - VHOST_BASE_DIR="/usr/local/apache2/conf/vhosts/0" # - Directory, where all the website's base directoties are stored. # - # - If not set, script tries to determine it. # - # - Example: #- WEBSITES_ROOT_DIR="/var/www/html/projekte" # - WEBSITES_ROOT_DIR="/var/www" # - Create Symlink for Website's Base Directory # - # - Defaults to 'false' # - #CREATE_SYMLINK_WEB_BASE_DIR=