ПРОЕКТЫ 


  АРХИВ 


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]

Вопрос про http_mod_index



Имеем следующую проблему -- в стандартынй конфиг добавляем

   location ~ /enc.* {
      root /home/enc/public_html;
      index index.html;
#      rewrite ^/enc/$ /index.html break;
      rewrite ^(/enc)(/.*) $2 break;
      autoindex on;
   }

при http://localhost/enc/   имеем в errorlog следующее:
2007/04/27 15:18:07 [error] 11191#0: *1 open() "/var/www/index.html" 
failed (2: No such file or directory), client: 127.0.0.1, server: 
terminator, URL: "/enc/", host: "localhost"
2007/04/27 15:20:24 [error] 11191#0: *2 open() "/var/www/index.html" 
failed (2: No such file or directory), client: 127.0.0.1, server: terminator, 
URL: 
"/enc/",  host: "localhost"
(в /var/www показывает location /)
Где я был неправ, что индекс ищется не в том location где определен?
(я конечно написал rewrite полечивший проблему --- но хочется понять как 
правильно)

nginx 0.5.19
debian linux  unstable, 2.6.20-1-amd64 #1 SMP

Буду признателен за совет.



 




Copyright © Lexa Software, 1996-2009.