nginx default unix domain socket permissions and umask

2016-09-22 Thread Manole, Sorin
Hello, It seems that when nginx creates unix domain sockets as a result of the listen directive it assigns rw permissions for all users. This is probably because the bind() call which creates the file follows the process umask. Nginx sets the umask to 0 which is the most relaxed setting. Is the

RE: Nginx not starting with named pipe (fifo) for access_log

2014-01-26 Thread Manole, Sorin
Do you have a program set up to read from the other end of those pipes? -Original Message- From: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] On Behalf Of Sven Wiese Sent: 2 ianuarie 2014 19:00 To: nginx@nginx.org Subject: Nginx not starting with named pipe (fifo) for access_l