• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by lscpd

  1. L

    Resolved How to add custom rewrite rule for all web sites

    It was exactly what I was looking for. I created block_xmlrpc.conf in the /etc/httpd/conf.d/block_xmlrpc.conf directory and added <Files xmlrpc.php> order deny,allow deny from all </Files> systemctl daemon-reload service lsws restart I ran the commands and everything is fine now :D Blocked...
  2. L

    Resolved How to add custom rewrite rule for all web sites

    Isn't it possible to do this by adding rules to httpd.conf or similar file? I have basic Linux knowledge. <Files xmlrpc.php> order deny,allow deny from all </Files> What I'm looking for is how to run this code so that it is valid on all websites.
  3. L

    Resolved How to add custom rewrite rule for all web sites

    I want to add a custom rule that will be valid on all websites. I opened a topic on the litespeed forum and was directed here. What I want to do is to add a custom rule that will be valid on all existing and future websites...
Back
Top