16 messages in ru.sysoev.nginxRe: Nginx for Symfony
FromSent OnAttachments
John HuongMay 24, 2008 5:50 am 
Aleksandar LazicMay 24, 2008 7:17 am 
Denis F. LatypoffMay 24, 2008 7:43 am 
Aleksandar LazicMay 24, 2008 8:26 am 
John HuongMay 24, 2008 8:54 am 
Aleksandar LazicMay 24, 2008 9:14 am 
John HuongMay 24, 2008 9:23 am 
Aleksandar LazicMay 24, 2008 9:41 am 
John HuongMay 24, 2008 9:47 am 
Aleksandar LazicMay 24, 2008 2:41 pm 
John HuongMay 24, 2008 5:42 pm 
Aleksandar LazicMay 24, 2008 11:53 pm 
John HuongMay 25, 2008 7:13 am 
Kiril AngovMay 26, 2008 12:41 am 
John HuongMay 26, 2008 1:18 am 
Aleksandar LazicMay 26, 2008 11:58 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: Nginx for SymfonyActions...
From:Aleksandar Lazic (al-n@public.gmane.org)
Date:May 26, 2008 11:58:44 pm
List:ru.sysoev.nginx

On Son 25.05.2008 22:13, John Huong wrote:

2008/05/25 00:46:08 [error] 4421#0: *5 open() "/usr/share/php/data/symfony/web/sf/myproject/sf/sf_default/images/icons/ok48.png" failed (2: No such file or directory), client: 192.168.11.86, server: localhost, request: "GET /myproject/sf/sf_default/images/icons/ok48.png HTTP/1.1", host: "10.1.1.88:9891", referrer: "http://10.1.1.88:9891/myproject/index.php"

myproject is a folder under /var/www/nginx-default

[snipp]

a guess:

- location /myproject/sf_default { + location /myproject/sf_default { - root /usr/share/php/data/symfony/web/sf/; + root /usr/share/php/data/symfony/web;

please take a look which is the correct path for the default symfony installation.

Aleks