Cannot activate Jetpack on my server

You may not have enough processes running. To test, try creating a file sleeper.php: <?php sleep(5); echo “Working fine\n”; And then run this from the cli: curl -m 6 http://example.com/sleeper.php & curl -m 6 http://example.com/sleeper.php & wait If there is only one process it will print out something like this: Working fine curl: (28) Operation … Read more

How to disable Jetpack modules such as Stats?

If you press the “Learn More” button for each Jetpack Module, you will get a “Deactivate” button showing up to the right. There is also a fork call Jetpack Lite http://wordpress.org/extend/plugins/jetpack-lite/ A NOT official “lite” fork of Jetpack plugin containing only Stats and WP.me Shortlinks modules. All other modules removed (files and code).