GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   how can i block xmlrpc.php pings from my wp site (https://gfy.com/showthread.php?t=1151852)

3om3 10-12-2014 12:37 PM

how can i block xmlrpc.php pings from my wp site
 
hi guys
i got lot of xmlrpc.php ping attack on my sites
that make server so slow and same time kill hole server
so how can i stop it
thnx

oppoten 10-12-2014 12:45 PM

https://wordpress.org/plugins/disable-xml-rpc-pingback/

robwod 10-12-2014 12:50 PM

3om3: there's a few things you can do:

1. Check the WP plugins repository. There's a couple of plugins that let you disable it. Here's one of them:
https://wordpress.org/plugins/disable-xml-rpc-pingback/

2. Set up an .htaccess <files> directive to restrict access to xmlrpc.php
Code:

<Files "xmlrpc.php">
Order Allow,Deny
deny from all
</Files>

3. Edit your wp-config file to disable it.
http://wpengineer.com/2484/xml-rpc-e...wordpress-3-5/

anexsia 10-12-2014 04:07 PM

There's been a huge rise in attacks on XMLRPC, I've been disabling it on my blogs, don't need it.

MrGusMuller 10-12-2014 04:17 PM

Cloudflare protects the blogs against most of that attacks..

BUT YA!

the more rules/protections the better.

3om3 10-13-2014 01:54 AM

Quote:

Originally Posted by robwod (Post 20251394)
3om3: there's a few things you can do:

1. Check the WP plugins repository. There's a couple of plugins that let you disable it. Here's one of them:
https://wordpress.org/plugins/disable-xml-rpc-pingback/

2. Set up an .htaccess <files> directive to restrict access to xmlrpc.php
Code:

<Files "xmlrpc.php">
Order Allow,Deny
deny from all
</Files>

3. Edit your wp-config file to disable it.
http://wpengineer.com/2484/xml-rpc-e...wordpress-3-5/

thnx alot ill do that


All times are GMT -7. The time now is 04:24 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123