atom feed9 messages in ru.sysoev.nginxRe: nginx-0.4.1
FromSent OnAttachments
Igor SysoevSep 14, 2006 6:55 am 
Francois SimondSep 14, 2006 7:26 am 
Igor SysoevSep 14, 2006 7:32 am 
Aleksandar LazicSep 14, 2006 7:36 am 
Francois SimondSep 14, 2006 7:45 am 
Francois SimondSep 14, 2006 7:48 am 
Francois SimondSep 14, 2006 7:57 am 
Igor SysoevSep 14, 2006 7:59 am.txt
Francois SimondSep 14, 2006 8:06 am 
Subject:Re: nginx-0.4.1
From:Francois Simond (curi@public.gmane.org)
Date:Sep 14, 2006 7:26:38 am
List:ru.sysoev.nginx

Igor Sysoev a écrit :

Changes with nginx 0.4.1 14 Sep 2006

Hello to the list, this is my first post here !

I have a problem with files not owned by the running nginx process uid :

With the default setup that comes with make install :

http://localhost/ gives a 500 error: in the log file:

2006/09/14 16:18:11 [crit] 8958#0: *4 open() "/usr/local/nginx/html/50x.html" failed (1: Operation not permitted), client: 127.0.0.1, server: localhost, URL: "/index.html", host: "localhost"

If i chown nobody: -R html/ , 200 OK it works.