Re: Увеличение latency при старте nginx
Здравствуйте АндрейВыключение nginx приводит все в исходное состояниес нормальным RTT--Regards,Andrey Ageyev
View Articletry_files instead of if to return 503 and maintenance file if that file exists
Can try_files be used instead of the if directive to unconditionally return 503 response code and maintenance.html if that file exists? It should also do that for any request to php files.Currently I'm...
View ArticleRe: Request: IP2Location Lite with Zip Code
Hi,Thanks for your help. I need to determine the zip code from a given IP address. I've checked with the Maxmind GeoIP but their database doesn't have zip codes. Hmm, let me see how to get it done with...
View ArticleContent-Length header with HEAD response
HiI am trying to configure Nginx to deny HTTP HEAD requests1. By adding the following to configuration fileif ($request_method !~ ^(GET)$) {return 405;}2. Explicitly in the moduleif (!(r->method...
View ArticleRe: Content-Length header with HEAD response
Hello!On Wed, May 29, 2013 at 02:49:46PM +0300, Hagai Avrahami wrote:> Hi>> I am trying to configure Nginx to deny HTTP HEAD requests>> 1. By adding the following to configuration...
View ArticleRe: Content-Length header with HEAD response
HiI thought HEAD should behave as GET only in case of successafter reading the RFC I understand it's should be the same on any responseThanksOn Wed, May 29, 2013 at 3:10 PM, Maxim Dounin...
View Articlenginx rpm same compiled as rhel
The "stock" RHEL6 version of nginx is compiled with slightly more options such as geoip would it not be possible to compile the packages you provide with the same options available so it would be...
View ArticleRe: 1.4.1 SPDY error FIXME: chain too big in spdy filter
On Wednesday 29 May 2013 09:03:41 Mike wrote:[...]>> 2013/05/29 00:22:53 [alert] 25981#0: *8781732 FIXME: chain too big in spdy> filter: 25516336 while sending to client, client: x.x.x.x,...
View Articlerewrite defined and wildcard subdomain with different rules
Hi,Got a pretty "complex" setup with rw rules and having issues to make it all work. Spent a lot of time on this and would appreciate some help.These are the 5 rules I try to achieve. I can't combine...
View ArticleHowto force text type of dir/subdir/file?
Hi,On a CentOS 6.4 box with nginx 1.4.1 I would like to expose/usr/share/doc/* as <domain>/doc so I can easily browse the docs fromthe installed packages.Config I have right now (thanks Nodex on...
View ArticleSSL error in nginx
HiI see this crash very very infrequently in nginx. Notice the lenparameter=3734714755#12 0x00007f40b8b45975 in sha1_update (c=0x808bdfe3, data=<optimized out>,len=3734714755) at...
View Articlecatch all location
hi,this will catch /location / {index index.html index.htm;}I'd like to catch all, like /asdf, /asdfasdf/asdfasdf, in short, any url will always map into '/', how to do this? thanks,
View Article[nginx] Win32: added missing reset of wev->ready on WSAEWOULDBLOCK.
details: http://hg.nginx.org/nginx/rev/53eb1e67e432branches:changeset: 5232:53eb1e67e432user: Maxim Dounin <mdounin@mdounin.ru>date: Wed May 29 19:18:22 2013 +0400description:Win32: added missing...
View ArticleRe: Howto force text type of dir/subdir/file?
--- Original message ---From: "Patrick Lists" <nginx-list@puzzled.xs4all.nl>Date: 29 May 2013, 17:35:18> Hi,>> On a CentOS 6.4 box with nginx 1.4.1 I would like to expose>...
View ArticleRe: Howto force text type of dir/subdir/file?
On 05/29/2013 06:11 PM, wishmaster wrote:[snip]> What is in log?In the access.log:Working ok when browsing a procmail file:<my_ip> - - [29/May/2013:18:15:15 +0200]...
View ArticleRe: fastcgi_read_timeout with PHP backend
Hello!On Tue, May 28, 2013 at 01:32:48PM -0400, B.R. wrote:> Hello Maxim,>> I spent a lot of time trying to figure out what is happening.> It seems that after some service restart, the...
View ArticleRe: fcgi подзапросы
Расшифровка:В скрипте parser пробовал загрузить через ^file::load, ^curl::load, а такжечтобы отвести подозрения от самого парсера, через запуск bash скрипта спопыткой перейти по url через...
View Articlenginx и url секция в адресной строке
Добрый день!Настроил nginx в качестве обратного прокси для доступа к сервису owa (exchange server).Когда набираю в браузере адрес домена, настроенный для использования owa, например: imap.domain.ru -...
View ArticleRe: fcgi подзапросы
Чтобы ещё меньше грешить на parser, попробовал запустить процесс, которыйжрёт много ресурсов и выполняется долго.И зайти на любую страницу, страница не отдаётся пока не завершитсяпредыдущий процесс....
View Article