25 lines
567 B
Plaintext
25 lines
567 B
Plaintext
# ----------
|
|
# - Parameter settings for script organize_php_error_logs.sh
|
|
# ----------
|
|
|
|
# - VERSIONS
|
|
# -
|
|
# - PHP Versions that will be checked
|
|
# -
|
|
#VERSIONS="5.4 5.6 7.0 7.1 7.2 7.3 7.4 8.0"
|
|
|
|
# - HTTPD_USER
|
|
# -
|
|
# - If ommitted, script tries to determine the user under which user the webserver
|
|
# - is running. If that fails, parameter defaults to 'www-data'
|
|
# -
|
|
#HTTPD_USER=""
|
|
|
|
# - HTTPD_GROUP
|
|
# -
|
|
# - If ommitted, script tries to determine the user under which group the webserver
|
|
# - is running. If that fails, parameter defaults to 'www-data'
|
|
# -
|
|
#HTTPD_GROUP=""
|
|
|