Install Nginx 1.2.6 on CentOS box:
- Add the official repro
- Install Nginx 1.2.6
- StartNginx and make it start when reboot
- Enable the firewall and let HTTP service go through
- Test your nginx install
A couple of interesting terminologies I learned from readings.
- Benefits of reverse proxy
- Encryption / SSL acceleration
- Load balancing
- Serve/Cache static web conents
- Compression
- Spoon feeding
- Security
- CGI vs FastCGI vs SCGI vs uWSGI
- CGI: one new process per request
- FastCGI: use persistent processes to handle a series of requests
- SCGI: similar to FastCGI but designed to be easily implemented
- uWSGI: a simple and unique interface between web server and web applications/frameworks
- FLV and MP4 video streaming
No comments:
Post a Comment