SSI vs sendfile+aio threads

2015-11-11 Пенетрантность Vladimir Sopot
Привет!

Столкнулся тут с микро адом

nginx version: nginx/1.9.6
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) 
configure arguments: --without-mail_pop3_module --without-mail_smtp_module 
--without-http_autoindex_module --without-http_userid_module --with-file-aio 
--without-http_scgi_module --without-http_fastcgi_module 
--without-http_uwsgi_module --without-http_uwsgi_module 
--without-http_memcached_module --with-threads --with-debug

nginx.conf:

sendfile on;
aio threads;

server {
server_name test.ru;
location / {
root /wwwroot/test.ru/htdocs;
index index.shtml;
default_type text/html;
ssi on;
}

index.shtml

this is the beginning

Re: SSI vs sendfile+aio threads

2015-11-11 Пенетрантность jd
Два коротких, где-то в пути от терминала покорежилось. Смысл в том, что при 
отключении или sendfile или aio threads всё работает как задумано.

> On 11 нояб. 2015 г., at 22:11, Evgeniy Berdnikov  wrote:
> 
>> On Wed, Nov 11, 2015 at 08:41:24PM +0300, Vladimir Sopot wrote:
>> index.shtml
>> 
>> this is the beginning
>>  Eugene Berdnikov
> 
> ___
> nginx-ru mailing list
> nginx-ru@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-ru

___
nginx-ru mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru

Re: SSI vs sendfile+aio threads

2015-11-11 Пенетрантность Evgeniy Berdnikov
On Wed, Nov 11, 2015 at 08:41:24PM +0300, Vladimir Sopot wrote:
> index.shtml
> 
> this is the beginning
>