mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Disable logging of virtual host to report due to length
This commit is contained in:
parent
66066ae226
commit
08ed748a86
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue