Add script organize_php_error_logs.sh
This commit is contained in:
24
conf/organize_php_error_logs.conf.sample
Normal file
24
conf/organize_php_error_logs.conf.sample
Normal file
@ -0,0 +1,24 @@
|
||||
# ----------
|
||||
# - 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=""
|
||||
|
Reference in New Issue
Block a user