Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: непонятка с rewrite
поймал я почему 404-я.
2005/04/09 12:28:32 [debug] 6334#0: *4254 find location
2005/04/09 12:28:32 [debug] 6334#0: *4254 find location: = "/"
2005/04/09 12:28:32 [debug] 6334#0: *4254 find location: "/"
2005/04/09 12:28:32 [debug] 6334#0: *4254 find location: ~ "\.(php)$"
2005/04/09 12:28:32 [debug] 6334#0: *4254 find location: ~
"\.(jpg|jpeg|gif|png|css|ico|html|txt)$"
2005/04/09 12:28:32 [debug] 6334#0: *4254 find location: ~
"(\.htaccess|\.htpasswd|htpasswd|htaccess|\.inc)$"
2005/04/09 12:28:32 [debug] 6334#0: *4254 http cl:-1 max:1048576
2005/04/09 12:28:32 [debug] 6334#0: *4254 http rewrite regex: "^.+$"
2005/04/09 12:28:32 [debug] 6334#0: *4254 http rewrite copy: "index.php"
2005/04/09 12:28:32 [debug] 6334#0: *4254 http rewrite regex end
2005/04/09 12:28:32 [debug] 6334#0: *4254 http set discard body
2005/04/09 12:28:32 [debug] 6334#0: *4254 http filename:
"/usr/local/nginx/htmlindex.php"
2005/04/09 12:28:32 [error] 6334#0: *4254 open()
"/usr/local/nginx/htmlindex.php" failed (2: No such file or directory),
client: xxx.xx.xxx.xxxx, server: domain.net, URL: "/en/expert/modules/",
host: "domain.net"
2005/04/09 12:28:32 [debug] 6334#0: *4254 http finalize request: 404
2005/04/09 12:28:32 [debug] 6334#0: *4254 http set discard body
2005/04/09 12:28:32 [debug] 6334#0: *4254 HTTP/1.1 404 Not Found
Server: nginx/0.1.27
Date: Sat, 09 Apr 2005 16:28:32 GMT
Content-Length: 169
Content-Type: text/html
Connection: keep-alive
Keep-Alive: timeout=20
location / {
rewrite ^.+$ index.php;
}
почему-то вообще начало искать аж в руте nginx, наверное потому как не
указан root для текущей location.
Igor Sysoev пишет:
On Sat, 9 Apr 2005, RaPaMaN wrote:
RaPaMaN пишет:
2. kill -HUP не перечитывает конфиг или запускает процесс с текущей
конфигурацией из памяти, а не с диска. с диска
скорее даже там происходит слияние в памяти и с диска конфигов, а не
замещение новым.
Нет. Старый и новый конфиг не сливаются.
Игорь Сысоев
http://sysoev.ru
|