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

Question What is the best way to handle: xmlrpc, nginx, and not have issues?

larryk

Regular Pleskian
This is not optimal?

Can this be done:
1) diable/block xmlrpc so you are guaranteed to NOT let it cause a problem for server or WP install.
2) don't log all the bots, etc who try to access it.

Meaning, IF I KNOW it can't be used or create a problem, I don't want to know all bad guys trying to access it?

NOTE: My WP sites use these settings (as I believe they provide the fastest performance):
- using FPM
- under nginx settings, ALL 4 checkboxes are checked (proxy mode, smart static files processing, serve static files by nginx, nginx caching)


I guess ultimately, I'm trying to rid my log files of all the bots that hit files that I can "guarantee" will NOT be a problem.

your thoughts?

PS. Obviously, log files are important and can show trouble for when bad things happen... that is a given. BUT can't the xmlrpc file just be completed removed, not logged, etc.

thanks
 
Back
Top