Installation and Use of FastDFS Distributed File System (Single Node)

Links to the original text: http://blog.csdn.net/xyang81/article/details/52837974 FastDFS, developed by Mr. Yu Qing of Taobao, is a lightweight, high-performance open source distributed file system, which is pure. C language Development, including file storage, file synchronization, file access (upload, download), access load balancing, on ...

Posted by Right Wing Liberal on Thu, 04 Apr 2019 17:39:31 -0700

Installation of PHP 5.6.30 Service under CentOS 7.0

In the last section, we talked about how to install MySql service under CentOS 7.0. If you don't see the welcome page, you can add my personal tweet: LiTaO 514148204. Attach a section address: http://www.cnblogs.com/riverdubu/p/6426852.html On php-fpm nginx itself can not handle PHP, it is only a web server, when it receives a request, if it is ...

Posted by diddy1234 on Tue, 02 Apr 2019 20:30:30 -0700

CentOS 7.6 Installs nginx, configures ports to access websites, and switches the root directory

20190329 CentOS 7.6 Install nginx and configure ports to access websites 1. Query nginx yum search nginx Loaded plug-in: fastest mirror Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast Determining fastest mirrors * base: mirrors.aliyun.com * extras: mirrors.aliyun.com * updates: mirrors.aliyun.com epel ...

Posted by SmokyBarnable on Sat, 30 Mar 2019 11:42:30 -0700

nginx configuration vue h5 history removal

The default configuration of vue is to use hash mode, so we all have a # number when we visit, and pay back the callback address or other reasons not to support # or dislike # mode. The advantage arises that the # number needs to be removed, so the vue side needs to configure the mode, and use lazy loading. The configuration of ...

Posted by [Demonoid] on Thu, 28 Mar 2019 17:00:30 -0700

Ubuntu Server 16.04 Installation of LEMP/LNMP Detailed Tutorial

Label of this article: ____________ Install LEMP/LNMP tutorial Ubuntu LEMP MySQL Nginx UbuntuServer Internet Random Talk LEMP Refers to Linux + Nginx (pronunciation engine x, so here is the abbreviation of E rather than N) + MySQL + PHP, some parts of the country are called LNMP (because LNMP can not be read out, and LEMP can be pronounc ...

Posted by ozPATT on Tue, 26 Mar 2019 08:03:29 -0700

How to use fleet and fleetctl to manage CoreOS cluster

Provide: ZStack Cloud Computing Series of tutorials This tutorial is for CoreOS Upper Finger Guide The third of nine articles in the series. Content introduction CoreOS provides us with a Docker container management platform across multi-server environments, and fleet services can significantly simplify the management of the entire clus ...

Posted by james182 on Sat, 23 Mar 2019 04:09:57 -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

Initial Knowledge of Nginx (2): Virtual Machine Functions

I. What is Nginx Nginx is a high performance http server / reverse proxy server and e-mail (IMAP/POP3) proxy server. Developed by Igor Sysoev, a Russian programmer, the official test nginx can support 50,000 concurrent links (Taobao Jingdong level), and the consumption of cpu, memory and other resources is very low, running very stable. Open ...

Posted by ilangovanbe2005 on Fri, 22 Mar 2019 14:12:53 -0700

Introduction: Common Docker commands and explanations

I. Container Life Cycle Management 1. create Command Interpretation: Create a container, but do not start. The container name is mynginx leoheng-MacBook-Pro:~ leo$ docker create --name mynginx nginx:latest Unable to find image 'nginx:latest' locally latest: Pulling from library/nginx a5a6f2f73cd8: Pull complete 1ba02017c4b2: Pull complet ...

Posted by magnetica on Wed, 20 Mar 2019 10:33:28 -0700

Different nginx error reporting "Primary script unknown"

Last night, I forgot to make any changes to the development environment, which led to nginx prompting "Primary script unknown" when debugging the interface today. In most cases, this is a very simple problem: script_filename error in nginx configuration. However, I checked my nginx configuration and found nothing wrong. location ~ \.p ...

Posted by philip@hux.co.za on Mon, 18 Mar 2019 09:03:27 -0700