Rename create_vhost_php.sh to create_vhost.sh. Add support for vhost configuration for redirecting sites.

This commit is contained in:
2017-11-23 19:58:35 +01:00
parent 534a3c7e49
commit 54aa3faab5
5 changed files with 3448 additions and 0 deletions

View File

@ -27,13 +27,30 @@
# - Where to store apache log files
# -
# - Only usefull, if you all logfiles are stored in a common logfile-directory.
# - usefull, if all logfiles are stored in a common logfile-directory.
# -
# - This log-directory will also be used for vhost configurations which
# - only redirect a site.
# -
# - Example:
# - COMMON_LOGFILE_DIR="/var/log/apache2"
# -
# - Defaults to COMMON_LOGFILE_DIR="/var/log/apache2"
# -
#COMMON_LOGFILE_DIR=""
# - Where to store apache log files
# -
# - This log-directory will be used for vhost configurations which
# - only redirect a site.
# -
# - Example:
# - REDIRECT_LOGFILE_DIR="/var/log/apache2"
# -
# - Defaults to REDIRECT_LOGFILE_DIR="/var/log/apache2"
# -
#REDIRECT_LOGFILE_DIR=""
# - Where to store vhost configuration files
# -
# - Example: