Make the full scan report script (only scan without action in whole system "/")
Step 2
You can skip it if do not want to show in web.
vi /etc/httpd/conf/httpd.conf
Alias /clamav "/var/log/clamav/"
<Directory "/var/log/clamav">
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
AuthType Basic
AuthName "Authentication"
AuthUserFile /etc/web_passwd
Require valid-user
</Directory>