Opened 11 years ago

Closed 11 years ago

#302 closed defect (fixed)

SSI stop working with SPDY patch

Reported by: Феликс Берт Owned by:
Priority: minor Milestone:
Component: other Version: 1.3.x
Keywords: spdy ssi nginx Cc:
uname -a: Linux wserver 3.5.0-17-generic #28-Ubuntu SMP Tue Oct 9 19:31:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
nginx -V: -prefix=/usr/local/nginx --with-http_mp4_module --with-http_sub_module --with-http_flv_module --with-http_image_filter_module --with-http_realip_module --with-file-aio --prefix=/usr/local/nginx --with-http_ssl_module --with-http_realip_module --with-http_image_filter_module --with-http_gzip_static_module --with-http_secure_link_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --with-pcre --add-module=../memc-nginx-module --add-module=../nginx-sticky-module --with-pcre-jit --with-libatomic --add-module=../nginx-http-concat --add-module=../redis2-nginx-module --add-module=../lua-nginx-module --with-pcre-jit --add-module=../ngx_devel_kit --add-module=../nginx-upload-progress-module --with-pcre --with-http_ssl_module --with-http_realip_module --with-http_geoip_module --with-http_mp4_module --with-http_flv_module --with-http_gzip_static_module --with-http_secure_link_module --with-file-aio --with-http_spdy_module --with-openssl=/home/install/nginx-1.3.12/openssl-1.0.1e

Description

NGINX - 1.3.13
SPDY patch - patch.spdy-62_1.3.12.txt

Any SSI virtual includes return 500, in error log:
013/02/17 18:24:04 [alert] 1596#0: *162 epoll_ctl(1, 4) failed (17: File exists), client: 192.168.0.254, server: *., request: "GET /company/certificates HTTP/1.1", subrequest: "/feed/", host: ".", referrer: "https://*****.**/company/standarts"

host conf:

server {

listen 443 ssl spdy;
server_name *.;

....

}

!= without "spdy" in config all works fine.

Change History (2)

comment:1 by Valentin V. Bartenev, 11 years ago

Component: nginx-moduleother
Priority: criticalminor

Please, don't open tickets for experimental patches. Use the nginx-devel@ mailing list instead.
See readme: (http://nginx.org/patches/spdy/README.txt).

comment:2 by Valentin V. Bartenev, 11 years ago

Resolution: fixed
Status: newclosed

Fixed in: http://nginx.org/patches/spdy/patch.spdy-64_1.3.13.txt
Thank you for the report.

Note: See TracTickets for help on using tickets.