Ssl support

Hello everyone

I’ve got a server running nginx/0.5.33, I’m not sure how it was
installed but I’m guessing it was done via apt-get or aptitude.

Would that version have ssl support built in?

I should upgrade it, but that might be more hassle than it’s worth.

Any help, greatly appreciated.

Posted at Nginx Forum:

The ssl module is not built by default. To find out if it’s in your
package run

nginx -V

If ssl support is present you’ll see “–with-http_ssl_module” in the
configure arguments.

Posted at Nginx Forum:

Thanks Jim, you’re a star, looks like its already configured to use it

nginx version: nginx/0.5.33
built by gcc 4.2.3 20071210 (prerelease) (Ubuntu 4.2.2-4ubuntu1)
configure arguments: --conf-path=/etc/nginx/nginx.conf
–error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid
–lock-path=/var/lock/nginx.lock
–http-log-path=/var/log/nginx/access.log
–http-client-body-temp-path=/var/lib/nginx/body
–http-proxy-temp-path=/var/lib/nginx/proxy
–http-fastcgi-temp-path=/var/lib/nginx/fastcgi --with-debug
–with-http_stub_status_module --with-http_flv_module
–with-http_ssl_module --with-http_dav_module

Posted at Nginx Forum: