Thank you, that finally made it work!
I do have to point out, though, that a simple "httpdmng --reconfigure-domain <domain>" call didn't work (command not found).
After some research I found out that this command solves the issue:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain <domain>
I am trying to disable CustomLog (access_log) for my domain by adding an additional apache setting on plesk as described in this guide.
I have added the following setting:
CustomLog /dev/null plesklog
Unfortunately, this setting doesn't seem to override the default setting as set in...
Hello,
yesterday I had an issue that the /usr/local/psa/handlers/spool folder was full of spam mails (multiple GBs), thanks to the Greylist feature (apparently). I have force-removed the spool folder and its content and removed all entries from my greylist.
Unfortunately, since then I couldn't...