Rename create_vhost_php.sh to create_vhost.sh. Add support for vhost configuration for redirecting sites.
This commit is contained in:
@ -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:
|
Reference in New Issue
Block a user