In VestaCP control panel, if you try to configure the ClamAV daemon, you’ll get a 404 error page due to a server error. Let’s see how to fix it.
404 error page. Can’t configure clamav-daemon
VestaCp is amazing and also opensource, but some times you can crash your eyes on different issues and bugs. One of the most annoying of these is the 404 error page following an attempt to configure the clamav-daemon through the VestaCP control panel.
If you click on the small settings icon to configure the ClamAV daemon, you’ll get nothing more
The issue is due to the fact that /usr/local/vesta/web/edit/server/clamav-daemon/
/clamd
folder in the ‘server’ directory.
So, to solve the problem, we need to ssh to our server and to do this:
$ cd /usr/local/vesta/web/edit/server/
$ sudo ln -s clamd clamav-daemon
Now, if you click on the icon to configure ClamAV daemon on VestaCP control panel or go directly to the https://your-server-ip:8083/edit/server/clamav-daemon/
VestaCP – Simple & Clever Hosting Control Panel – https://vestacp.com/
ClamAV – The open source antivirus engine – https://www.clamav.net/
One comment