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.
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...
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.
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...