Disable logging of virtual host to report due to length

This commit is contained in:
Michael Boelen 2019-01-31 14:49:00 +01:00
parent 66066ae226
commit 08ed748a86
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
1 changed files with 1 additions and 1 deletions

View File

@ -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