ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Взорван мозг. Ниче го не понимаю



On Tue, Aug 26, 2008 at 02:50:23PM +0600, Vitalij L. Fadeev wrote:

> -----Original Message-----
> From: Igor Sysoev <is@xxxxxxxxxxxxx>
> To: nginx-ru@xxxxxxxxx
> Date: Tue, 26 Aug 2008 12:33:17 +0400
> Subject: Re: Взорван мозг. Ничего не понимаю
> 
> > On Tue, Aug 26, 2008 at 03:24:19PM +0700, Vitalij L. Fadeev wrote:
> > 
> > > Добрый день!
> > > Объясните, что же я делаю не так?
> > > 
> > > вот конфиг:
> > > 
> > > user  nobody;
> > > worker_processes  3;
> > > 
> > > error_log  /var/log/nginx/error.log  error;
> > > #access_log /var/log/nginx/access.log combined;
> > > 
> > > #pid        logs/nginx.pid;
> > > 
> > > events {
> > >     worker_connections  2048;
> > >     use kqueue;
> > > }
> > > 
> > > 
> > > http {
> > >     include       mime.types;
> > >     default_type  application/octet-stream;
> > > 
> > >     access_log  /var/log/nginx/access.log  combined;
> > > 
> > >     sendfile        on;
> > >     tcp_nopush     on;
> > >     proxy_buffers     8  32k;
> > >     proxy_buffering   on;
> > > 
> > >     #keepalive_timeout  0;
> > >     keepalive_timeout  65;
> > >     gzip             on;
> > >     gzip_proxied     expired no-cache no-store private auth;
> > >     gzip_types       text/plain application/xml;
> > > 
> > >     #include /usr/local/etc/nginx/vhosts/*;
> > > 
> > >     server {
> > >         listen       80;
> > >         server_name  inskaya.ru www.inskaya.ru inskaya.loc 
> > > www.inskaya.loc;
> > > 
> > >         #charset utf8;
> > > 
> > >         error_log   /var/log/nginx/www.inskaya.ru/error.log error;
> > >         access_log  /var/log/nginx/www.inskaya.ru/access.log  combined;
> > > 
> > > 
> > >         location / {
> > >             root   /usr/local/www/www.inskaya.ru;
> > >             index  index.php;
> > > 
> > >         location ~ .php$ {
> > >          fastcgi_pass   unix:/tmp/php-fcgi.sock;
> > >          fastcgi_index  index.php;
> > >          fastcgi_param  SCRIPT_FILENAME  
> > > /usr/local/www/www.inskaya.ru$fastcgi_script_name;
> > >          include        fastcgi_params;
> > >         }
> > >         }
> > > 
> > >         location /flyspray {
> > >             root /usr/local/www/flyspray;
> > 
> > -             root /usr/local/www/flyspray;
> > +             root /usr/local/www;
> > 
> > Но должен предупредить, что использование вложенных location'ов на данный
> > момент - недокументированная вещь и мной полностью не тестировалась.
> 
> www# diff -u nginx.conf.old nginx.conf
> --- nginx.conf.old      2008-08-26 15:47:35.000000000 +0700
> +++ nginx.conf  2008-08-26 15:48:05.000000000 +0700
> @@ -54,7 +54,7 @@
>         }
> 
>         location /flyspray {
> -           root /usr/local/www/flyspray;
> +           root /usr/local/www;
>             index index.php;
> 
>         location ~ .php$ {
> 
> та же пежня...
> самое интересное что на другом хосте это работает.
> но там нету jail

Что в error_log ?


-- 
Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.