Skip to content

Instantly share code, notes, and snippets.

@gggeek
Created September 6, 2012 11:10
Show Gist options
  • Save gggeek/3654899 to your computer and use it in GitHub Desktop.
Save gggeek/3654899 to your computer and use it in GitHub Desktop.
2. reconfigure php for proper load testing
sudo apt-get install php-apc
sudo mv /etc/php5/apache2/conf.d/xdebug.ini /etc/php5/apache2/conf.d/xdbg.ini.bak
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment