atom feed15 messages in ru.sysoev.nginxRe: nginx 0.8.47 php-fpm error_page n...
FromSent OnAttachments
nginx_newbieAug 7, 2010 11:36 pm 
Edho P AriefAug 7, 2010 11:44 pm 
Igor SysoevAug 7, 2010 11:51 pm 
nginx_newbieAug 8, 2010 9:35 pm 
Igor SysoevAug 9, 2010 2:18 am 
nginx_newbieAug 9, 2010 6:11 am 
Edho P AriefAug 9, 2010 6:29 am 
Igor SysoevAug 9, 2010 6:36 am 
nginx_newbieAug 9, 2010 9:27 am 
Michael ShadleAug 9, 2010 2:39 pm 
EugaiaAug 9, 2010 5:16 pm 
Michael ShadleAug 9, 2010 5:26 pm 
Igor SysoevAug 9, 2010 6:49 pm 
EugaiaAug 9, 2010 7:12 pm 
Igor SysoevAug 9, 2010 7:17 pm 
Subject:Re: nginx 0.8.47 php-fpm error_page not working
From:Edho P Arief (edho@gmail.com)
Date:Aug 7, 2010 11:44:30 pm
List:ru.sysoev.nginx

On Sun, Aug 8, 2010 at 1:36 PM, nginx_newbie <ngin@nginx.us> wrote:

Dear Nginx Experts / Friends,

I am new to nginx. Just getting my feet wet since around 15 days. I am sorry for this extremely long post. Just wanted to give all details for quick understanding of the problem hence long code attachments.

I have installed CentOS 5.5 + nginx + php-fpm on linode.com VPS. Default error_page 404 in nginx.conf for server localhost is working.

try        location = /error404.htm {                root /srv/www/mutually4u.com/public_html;        }