Skip to content

Instantly share code, notes, and snippets.

@pazairfog
Last active November 10, 2017 16:18
Show Gist options
  • Select an option

  • Save pazairfog/c1ee92e3d7360ae64886a6842edafb4a to your computer and use it in GitHub Desktop.

Select an option

Save pazairfog/c1ee92e3d7360ae64886a6842edafb4a to your computer and use it in GitHub Desktop.
Shared configuration between PHP cli and apache2 mods
[xdebug]
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
# Not safe for production servers
xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=false
xdebug.idekey=xdebug-atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment