Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-05-08 15:56:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-05-08 15:56:39 +0300
commitaec9b57c29c0d2de473fccc820268de9f7db3902 (patch)
tree6aadc89a3a25f8aeb66b5ecf4e039e2d21332e4f /include/tests_webservers
parent0bc344d0491d1b4bfaef83837fc80f404e19e8c7 (diff)
Changes to BOOT-5104 and HTTP-6716
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 7c487383..c7ceef1b 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -561,20 +561,20 @@
Display --indent 8 --text "- Debugging mode on error_log" --result "${STATUS_YES}" --color RED
AddHP 2 3
else
- LogText "Result: no virtual hosts found which have their access log disabled"
+ LogText "Result: no virtual hosts found which have their their error log in debug mode"
Display --indent 8 --text "- Debugging mode on error_log" --result "${STATUS_NO}" --color GREEN
AddHP 3 3
fi
# Report suggestion
if [ ${NGINX_LOG_SUGGESTION} -eq 1 ]; then
- ReportSuggestion ${TEST_NO} "Check your nginx error_log statements"
+ ReportSuggestion ${TEST_NO} "Check your nginx error_log statements and disable debug mode"
fi
fi
#
#################################################################################
#
# Test : HTTP-6720
- # Description : Search for Nginx log files
+ # Description : Search for nginx log files
if [ ${NGINX_RUNNING} -eq 1 ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no HTTP-6720 --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check Nginx log files"
if [ ${SKIPTEST} -eq 0 ]; then