PHP buffer acceleration

1, Buffer acceleration principle 1. Buffer acceleration Opcode: when the client requests a PHP program, the PHP engine of the server will parse the PHP program and compile it into a specific opcode file (opcode file for short, binary form). By default, opcode files are discarded after being executed by the PHP engine.Buffer acceleration ...

Added by jamescalvin on Wed, 09 Feb 2022 18:08:01 +0200

Partial optimization and anti-theft chain configuration of in-depth learning of nginx

1, Hide version number 1.1 method of modifying configuration file vim /usr/local/nginx/conf/nginx.conf http { include mime.types; default_type application/octet-stream; server_tokens off; #Add close version number command ...... } systemctl restart nginxcurl -I http://192.168.253.33 1.2 modify the sour ...

Added by acheoacheo on Mon, 31 Jan 2022 06:15:01 +0200