Welcome! Log In Create A New Profile

Advanced

SSI vs sendfile+aio threads

Vladimir Sopot
November 11, 2015 12:42PM
Привет!

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

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 mailing list
nginx-ru@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-ru
Subject Author Posted

SSI vs sendfile+aio threads

Vladimir Sopot November 11, 2015 12:42PM

Re: SSI vs sendfile+aio threads

Evgeniy Berdnikov November 11, 2015 02:12PM

Re: SSI vs sendfile+aio threads

Anonymous User November 11, 2015 02:16PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 149
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready