centos7 build LNMP environment - compile and install & yum install - super detailed

1. First understand the difference between compilation and installation and yum installation. Install centos virtual machine under windows, which was written before. Portal~~ Compile and install: It can be installed on demand. It can be installed in whatever directory you want.Parameters can be setYou can install the version you wan ...

Posted by sumitnice@rediffmail.com on Fri, 11 Feb 2022 06:10:03 +0100

LNMP's Nginx! Service deployment and various uses of configuration files

1, Overview 1.1 about Nginx Like Apache, nginx uses modular design. Nginx module includes built-in module and third-party module, in which the built-in module includes main module and event moduleSimply put, both apache httpd and nginx are web servers, but they adapt to different scenarios, that is, they focus on solving different problem ...

Posted by iamyespee on Thu, 03 Feb 2022 06:02:28 +0100

Docker compose build Lnmp environment (with dockerfile download)

preface Compose is a tool for defining and running multi container Docker applications. With compose, you can use the YML file to configure all the services required by your application. Then, with one command, you can create and start all services from the YML configuration file. As a PHP developer, Lnmp environment is often where we work an ...

Posted by MercuryBlue on Thu, 16 Dec 2021 12:49:55 +0100