mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-27 15:54:09 +02:00
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…
x
Reference in New Issue
Block a user