Comments on Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support
Install Nginx On CentOS 5.5 With SSL, PCRE, GeoIP, Zlib, Gzip And DAV Support Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can compile and install Nginx on CentOS 5.5 server with SSL, PCRE, GeoIP, Zlib, Gzip and DAV support.
5 Comment(s)
Comments
Remove --with-cc-opt='-m32 -march=i386' - 64bit platform
Hardening guide for Nginx 0.7.65 on RedHat 5.4 (64bit edition)
http://security-24-7.com/hardening-guide-for-nginx-0-7-65-on-redhat-5-4-64bit-edition/
How to implement SSL on Nginx 0.7.65
http://security-24-7.com/how-to-implement-ssl-on-nginx-0-7-65/
Hello.
Nice tutorial.
Please can you add the necessary steps to configure and run virtual hosts and mysql support?
Thanks!
I had an error with nginx/tmp/client_body, do this:
mkdir -p /var/lib/nginx/tmp/client_body
chown -R nginx.nginx /var/lib/nginx/
chmod -R 770 /var/lib/nginx/
http://www.jeedo.net/how-to-configure-and-install-free-ssl-certificates-from-startssl/
Hope this helps.