Logwatch keeps telling me Connection attempts using mod_proxy: for instance with
Connection attempts using mod_proxy:
90.151.171.106 -> fingerprints.bablosoft.com:443: 1 Time(s)
90.151.171.108 -> checkip.amazonaws.com:443: 1 Time(s)
even though I disabled mod_proxy.
I did
root@server:~# phpdismod mod_proxy
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.1/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.0/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.0/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.0/mods-available
WARNING: Module mod_proxy ini file doesn't exist under /etc/php/8.0/mods-available
and
a2dismod mod_proxy
ERROR: Module mod_proxy does not exist!
Is logwatch telling me someone tried using the server as a proxy and does not check whether mod_proxy is there?