[email protected]
Forum Replies Created
-
This just happened to me too. In my case, I had moved the site from one domain to another (development to production). Looks like the path the backup files is incorrect and then it starts looping in the backup creation. Correct the path and then the problem should fix itself.
I have the same problem. I am running a server with about 100 WP sites. I also have fail2ban running on the server. There may be a conflict with the 2. I can see in my logs where the user starts getting a 403 after a number of login attempts.
91.210.146.126 – – [26/Jun/2016:06:41:01 -0400] “POST /wp-login.php HTTP/1.1” 200 10233 “http://rory.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36”
91.210.146.126 – – [26/Jun/2016:06:41:03 -0400] “POST /wp-login.php HTTP/1.1” 200 10849 “http://rory.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36”
91.210.146.126 – – [26/Jun/2016:06:48:21 -0400] “POST /wp-login.php HTTP/1.1” 200 10233 “http://rory.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36”
91.210.146.126 – – [26/Jun/2016:06:48:27 -0400] “POST /wp-login.php HTTP/1.1” 200 10849 “http://rory.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36”
91.210.146.126 – – [26/Jun/2016:06:55:30 -0400] “POST /wp-login.php HTTP/1.1” 403 2243 “http://rory.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36”
91.210.146.126 – – [26/Jun/2016:06:55:33 -0400] “POST /wp-login.php HTTP/1.1” 403 2185 “http://rory.com/wp-login.php” “Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36”However I continue to see log entries for blocking.
I struggled with this problem on a number of sites all on the same server.
I found the solution to be disabling KeepAlive by setting KeepAlive On to Off in the Apache conf file.
After making this change I have been able to upload 100’s of images using the multiple file upload where before I could only upload 2.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working After 3.3 UpgradeMissOh’s solution fixed me up.