SSI vs sendfile+aio threads

Vladimir Sopot jd на jdwuzhere.ru
Ср Ноя 11 17:41:24 UTC 2015


Привет!

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

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
<!--#include file="main.html"—>
of progressive attack

Если включены и sendfile и aio threads, то после ssi пусто.



Подробная информация о списке рассылки nginx-ru