Opened 11 years ago

Closed 11 years ago

#395 closed enhancement (invalid)

http_spdy_module not enabled when using --with-openssl=...

Reported by: Gonzalo Paniagua Owned by:
Priority: minor Milestone:
Component: nginx-core Version:
Keywords: Cc:
uname -a: Linux bal.ec2 2.6.32-350-ec2 #59-Ubuntu SMP Mon Jan 7 14:20:59 UTC 2013 x86_64 GNU/Linux
nginx -V: nginx version: nginx/1.4.2
built by gcc 4.4.3 (Ubuntu 4.4.3-4ubuntu5.1)
TLS SNI support enabled
configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --with-openssl-opt=no-krb5 --with-openssl=/home/vagrant/openssl-1.0.1e --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-http_ssl_module --with-http_realip_module --with-http_addition_module --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_stub_status_module --with-mail --with-mail_ssl_module --with-file-aio --with-cc-opt= --with-ld-opt= --with-ipv6 --add-module=../nginx-upstream-fair

Description

I used --with-openssl=/path/openssl-1.0.1e when compiling nginx but it seems that http_spdy_module is only compiled in based on the system libssl being >=1.0.1.

Change History (1)

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

Resolution: invalid
Status: newclosed

A quote from http://nginx.org/en/docs/http/ngx_http_spdy_module.html:

This module is not built by default, it should be enabled with the
--with-http_spdy_module configuration parameter.

Note: See TracTickets for help on using tickets.