DJBinary
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Existing sub-domains would sometimes redirect to wp-signup.phpYou’re right, WP does not know how to write to two or more servers at once. That’s MySQL’s job with the help of HyperDB http://codex.wordpress.org/HyperDB
Whoever wrote that is a genius!
Forum: Networking WordPress
In reply to: Existing sub-domains would sometimes redirect to wp-signup.phpSurprisingly, there’s no lag 🙂 but it’s possible with the cron being run several times.
Forum: Networking WordPress
In reply to: Existing sub-domains would sometimes redirect to wp-signup.phpIpstenu: that’s the thing. I have a couple of web servers to balance the load. Each web server has it’s own DB but in read-only mode.
Another thing, I’m using nginx and I’m only allowing GET & HEAD. This is the error:
2011-05-22 00:16:29: (request.c.1141) POST-request, but content-length missing -> 411I disabled wp-cron.php and ran it manually on the master server. The master server (with wp-admin) can only be accessed via VPN. Never had a problem since.
Call me paranoid but I sleep better at night with that setup.
Forum: Networking WordPress
In reply to: Existing sub-domains would sometimes redirect to wp-signup.phpDisabled wp-cron.php. So far so good. *crosses fingers*
Forum: Networking WordPress
In reply to: Existing sub-domains would sometimes redirect to wp-signup.phpRan mysqlcheck and myisamcheck, no errors.
I caught it again. It appears to be an issue with either lighttpd or wp-cron.php. I’ll update this posts once I figure it out.