uWSGI - Socket File Missing #3831
-
|
Hello, The following line in the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Its a UNIX socket, generated by the uWSGI application. A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes running on the same machine. The uWSGI (python) process listen on this socket and the HTTP server (proxy) is connected to this socket. Related comments: |
Beta Was this translation helpful? Give feedback.
Its a UNIX socket, generated by the uWSGI application. A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes running on the same machine.
The uWSGI (python) process listen on this socket and the HTTP server (proxy) is connected to this socket.
Related comments: