I did a replace on OpenSSL using YUM which should have removed all of the
existing 0.98 version I presume. Nginx was a clean install (from source) so
shouldnt have clashed with anything?
I'm not sure where to go from here, nothing in the error logs. Previously
when I tried to run spdy/nginx and th
[ben@lb-3 ~]$ ldd /usr/sbin/nginx
linux-vdso.so.1 => (0x7fffbe7ff000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x7fe08af81000)
libcrypt.so.1 => /lib64/libcrypt.so.1 (0x7fe08ad49000)
libpcre.so.0 => /lib64/libpcre.so.0 (0x7fe08ab1d000)
libss
Yes - if you tell me how?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,240545,240610#msg-240610
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
The compile command I used was:
--user=nginx --group=nginx --prefix=/usr/share/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
--http-client-body-temp-path=/var/lib/nginx/tmp/client_body
--http-
Also, does this help?
[root@lb-3 ~]# nginx -V
nginx version: nginx/1.4.1
built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)
TLS SNI support enabled
See 'TLS NSI support enabled'?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,240545,240605#msg-240605
___
It was installed via yum -(IUS)
I installed both OpenSSL10 and openssl10-libs.x86_64 : A general purpose
cryptography library with TLS implementation
[root@lb-3 ~]# openssl version -a
OpenSSL 1.0.1e 11 Feb 2013
built on: Wed Feb 13 11:31:32 EST 2013
platform: linux-x86_64
options: bn(64,64) md2
We have installed Nginx on CentOS 6. This is a new install using Nginx 1.4.1
and OpenSSL 1.0.1e
We then confgured our vhosts to use SPDY, however using a few different
tests, it's showing that SPDY is not enabled?
There are no messages in the logs and it restarts fine?
spdycheck.com:
---