Add script organize_php_error_logs.sh

This commit is contained in:
2021-01-17 02:10:24 +01:00
parent c24917b0e6
commit 29be287591
3 changed files with 532 additions and 1 deletions

View 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=""