Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Please see the output of,
#/usr/local/psa/bin/modules/firewall/settings --list-json
Does it still contain the custom rules?
Also what is your output of # iptables --version
@Kaspar Could it be the '/usr/local/psa/var/modules/firewall/firewall.sqlite3 file'? I was wondering.. since @zubasoft has mentioned about custom rules.
Hi,
I’m currently unable to manually scan a user on the system.
When I go to:
Imunify > Users > (select user) > Start Scan,
the scan gets stuck under the Scan section with the message:
"User's scan status: preparing file list", and it remains in this state for days without progressing.
The...
As far as I know (Almalinux user) Plesk does not rely on firewall services like firewalld or iptables.service.
It generates and applies rules directly using iptables/ip6tables commands.
On modern systems like AlmaLinux 8, these commands use the iptables-nft backend, so the actual rules are...
@Sebahat.hadzhi I believe this script https://raw.githubusercontent.com/plesk/kb-scripts/master/cf-nginx-ip-passthrough/cf.sh should be improved to prevent such issues.
The current script,
- If Cloudflare returns empty response -> file is empty
- If request fails silently -> file may still be...
@hunterwolf,
I tried the following:
Download and execute the next script in order to add the Nginx variables globally:
curl -LO https://raw.githubusercontent.com/plesk/kb-scripts/master/cf-nginx-ip-passthrough/cf.sh && chmod 700 /root/cf.sh
Execute the script:
bash cf.sh
I can confirm it is...
I noticed this,
Warning: mlock() of VSM failed: Cannot allocate memory (12)
Did you start the docker with --ulimit memlock=-1:-1 as I have mentioned in my other post?
Please make sure that the following notification is enabled in your Plesk panel so you can receive WAF rule update notifications:
Tools & Settings → Notifications → Plesk UI → “A ModSecurity rule or rule set has been installed.”
This will ensure you are notified whenever new WAF rules are...
Check the logs first and see what errors are being recorded there.
This article, which may be relevant:
https://www.plesk.com/kb/support/roundcube-does-not-load-oops-something-went-wrong/
However, reviewing the logs first would be the best place to start.
I'd like to correct my configuration in this post.
When Varnish is deployed using the container command below, the cache storage defaults to 100MB (malloc).
docker run --name=varnish -v /root/varnish/conf:/etc/varnish/ -p 127.0.0.1:32780:80 "million12/varnish"
Deploy Varnish using a command...