Skip to content

Instantly share code, notes, and snippets.

@vmanyushin
Created February 22, 2019 10:17
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 vmanyushin/228b5b6449fb9dc1d6bab3b726c23d7d to your computer and use it in GitHub Desktop.
Save vmanyushin/228b5b6449fb9dc1d6bab3b726c23d7d to your computer and use it in GitHub Desktop.
dump php-fpm unix sock data
socat -t100 -v UNIX-LISTEN:/var/run/php-fpm.sock,mode=777,reuseaddr,fork UNIX-CONNECT:/var/run/php-fpm.sock.original
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment