Webmin Plugin: report perl error in log

Hi

I’m using webmin plugin. The UI reports:

CWAF plugin version   2.16 (Latest version)

FYI: when accessing CWAF UI I see this error in /var/webmin/miniserv.error

Use of uninitialized value $gsn in split at /usr/local/share/perl5/Comodo/CWAF/Webmin.pm line 142

there is no obvious error in UI tho.

Regards

l.

Hello!
It’s not critical error:

my $gsn = &apache::find_directive(“ServerName”, $conf);

We suppose “ServerName” is not set in your configuration file.