Analyzing log files Error log file formats Error log file entry examples Configuring advanced logging Debug logging Switching binaries at runtime Using access logs for debugging Common configuration errors Using if instead of try_files Using if as a…
puppet使用SSL(https)协议来进行通讯,默认情况下,puppet server端使用基于Ruby的WEBRick HTTP服务器.由于WEBRick HTTP服务器在处理agent端的性能方面并不是很强劲,因此需要扩展puppet,搭建nginx或者其他强劲的web服务器来处理客户的https请求. 需要解决的问题: 扩展传输方式:提高性能并增加Master和agent之间的并发连接数量. 扩展SSL:采用良好的SSL证书管理方法来加密Master和agent之间的通讯. Nginx…
Installing NGINX and Third-Party Modules Installing Nginx using a package manager Linux(deb-based) sudo apt-cache policy nginx sudo apt-get update sudo apt-get install python-software-properties sudo apt-get install software-properties-common sudo ad…
Caching integration No application caching Caching in the database Caching in the filesystem Changing content on-the-fly The addition module The sub module The xslt module Using Server Side Includes Decision-making in Nginx Creating a secure link Gen…
Nginx's architecture The HTTP core module The server Logging Finding files Name resolution Client interaction Using limits to prevent abuse Restricting access Streaming media files Predefined variables Using Nginx with PHP-FPM Wiring Nginx and uSSGI…
Security through separtion Encrypting traffic with SSL Authenticating clients using SSL Blocking traffic based on originating IP address Isolating application components for scalability Reverse proxy performance tuning Buffering Cacheing Compressing…
Introduction to reverse proxying the proxy module legacy servers with cookies the upstream module keepalive connections load-balancing algorithms Types of upstream servers single upstream server multiple upstream servers non-HTTP upstream servers mem…
Basic proxy service Authentication service Combining with memcached Interpreting log files Operating system limits…
获得订阅者人数,可以方便地显示观看流的客户数. 查看已经安装好的模块 /usr/local/nginx/sbin/nginx -V 安装从源编译Nginx和Nginx-RTMP所需的工具 sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev 下载Nginx和Nginx-RTMP源码 wget http://nginx.org/download/nginx-1.7.5.tar.gz wget https://gi…
[nginx] Step 1 Download the shell script wget https://raw.github.com/JasonGiedymin/nginx-init-ubuntu/master/nginx -O /etc/init.d/nginx Step 2 chmod +x /etc/init.d/nginx Step 3 modify the code marked with red color to your configure PATH=/usr/local/sb…