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>2019-01-31 16:49:00 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-01-31 16:49:00 +0300
commit08ed748a867f1495e1783026a8cd82c69a6e5480 (patch)
treefe389dab3cb810ed081bb7fed684f751b27cb8cb
parent66066ae22612d65c451c755780632781670c7d6b (diff)
Disable logging of virtual host to report due to length
-rw-r--r--include/tests_webservers2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index ba6c9e46..459e1633 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -171,7 +171,7 @@
for J in ${tVHOSTS}; do
if [ ! -z ${J} ]; then
LogText "Virtual host: ${J}"
- Report "apache_vhost_name[]=${J}"
+ #Report "apache_vhost_name[]=${J}"
fi
done