- 🇮🇳India dev2.addweb
Hi,
I have encountered same issue for configuration and connection of ClamAV
Then I configure lando file like below and rebuild lando it solved my problem
by proper configure lando file.My .lando.yml file is as below and after updating this please run lando rebuild
name: lando-d10 recipe: drupal10 config: webroot: web services: pma: type: phpmyadmin appserver: build_as_root: - apt-get update -y - apt-get install clamav clamav-daemon -y - echo "TCPSocket 3310" >> /etc/clamav/clamd.conf - freshclam - update-rc.d clamav-daemon enable run_as_root: - service clamav-daemon start
Create a article page and add image before and after updating lando file
After updating lando file
Create a article page and add image and seen recent log
You can also configure same as ddev also.
I hope this helps anyone facing a similar issue! - Status changed to Closed: works as designed
3 months ago 10:27am 27 October 2024 - 🇬🇧United Kingdom manarth
This relates to configuration of the ClamAV service, rather than the Drupal moduke.