Skip to content

Instantly share code, notes, and snippets.

@tonioriol
Created May 20, 2016 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonioriol/ca786d79bb3774050ab51aea6b72c01c to your computer and use it in GitHub Desktop.
Save tonioriol/ca786d79bb3774050ab51aea6b72c01c to your computer and use it in GitHub Desktop.
#disable xdebug on vagrant
sudo php5dismod xdebug
#enable xdebug on vagrant
sudo php5enmod xdebug
# restart apache
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment