Created
February 22, 2019 10:17
-
-
Save vmanyushin/228b5b6449fb9dc1d6bab3b726c23d7d to your computer and use it in GitHub Desktop.
dump php-fpm unix sock data
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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