mirror of https://github.com/CISOfy/lynis.git
Disable logging of virtual host to report due to length
This commit is contained in:
parent
66066ae226
commit
08ed748a86
|
@ -171,7 +171,7 @@
|
||||||
for J in ${tVHOSTS}; do
|
for J in ${tVHOSTS}; do
|
||||||
if [ ! -z ${J} ]; then
|
if [ ! -z ${J} ]; then
|
||||||
LogText "Virtual host: ${J}"
|
LogText "Virtual host: ${J}"
|
||||||
Report "apache_vhost_name[]=${J}"
|
#Report "apache_vhost_name[]=${J}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue