Basic configuration of nginx

Preface Memory is not good, the relevant nginx problems and solutions will be expanded on the above, if there are any problems, please leave a message. Catalog Install nginx Managing nginx Configure nginx.conf nginx advantages Debug nginx Reference resources Install nginx Install gcc g + + development library environment ubunto ...

Posted by eezmo on Sat, 06 Apr 2019 19:39:30 -0700

Tengine 2.1.2 (nginx/1.6.2) Installation Configuration, Taobao Web Server

brief introduction Tengine is a Web server project initiated by Taobao.com. On the basis of Nginx, it adds many advanced functions and features to meet the needs of large-scale visiting websites. Tengine's performance and stability have been well tested on large websites such as Taobao and Tianmao Mall. Its ultimate goal is to build an effici ...

Posted by DoD on Fri, 22 Mar 2019 23:09:56 -0700

The server quit without updating PID file (/bak/local/mysql/var/file.pid)

Look at the log information first after the problem occurs. Don't be blind. View the error log The error log is as follows: 170524 04:01:04 mysqld_safe mysqld from pid file /bak/local/mysql/var/iZuf6ixy03u72vzno4jsiuZ.pid ended 170524 11:34:25 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/var 2017-05-24 11:34:25 ...

Posted by Rex__ on Tue, 12 Feb 2019 00:21:18 -0800

MySQL not launching on XAMPP

The following error occurred when opening mysql of xampp today 2017-07-26 07:35:04 11048 [Note] Plugin 'FEDERATED' is disabled. 2017-07-26 07:35:04 2874 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's inter ...

Posted by judgenules on Sat, 09 Feb 2019 13:42:17 -0800

Understanding Stream (Stream) in node Summary

Stream is simply an abstract interface, which is implemented by many objects in Node. For example, the request object that initiates a request to an http server is a Stream and stdout (standard output). There are four flow types in Node: Readable - Readable operation. Writable - Writable operation. Duplex - Readab ...

Posted by mhoard8110 on Sat, 19 Jan 2019 07:45:12 -0800

Archve/zip, compress/zlib, compress/gzip packages for Go language learning (the way to go)

Life goes on, go on!!! Once, I wrote this blog and introduced the use of archive/zip: The Way to Go zip zlib gzip zlib is a data compression library designed to handle simple data regardless of the source. Gzip is a file compression tool (or a compressed file format generated by the compression tool), which is designed to handle individual ...

Posted by jwilley on Wed, 26 Dec 2018 15:54:07 -0800