Google Cloud Google Cloud Server Configuration LNMP Environment PHP+Mysql+Nginx Installation Detailed Explanation

Google Cloud Server Configuration If you want to do your job well, you must first sharpen your tools. Sharpening the knife makes the work easier. First build the server LNMP environment, then build the web site. Without a good PHP environment, there will be more trouble later. I have talked about manually installing and deploying the PHP environment before. Today, I will talk about how to use the dnf command on the Google Cloud Server to manually install the PHP+Mysql+Nginx environment without using a third-party panel.

Centos7 detailed interpretation of Apache2.4 httpd.conf configuration file

The above detailed translation and explanation of the configuration of various variables in httpd.conf and the main structure of the Apache2.4.4 server configuration file. The most noteworthy thing isHere, it defines access control permissions for subdirectories distributed under different directories. You also need to pay attention to the compatibility of some Apache versions.

Install and set up Apache2.4.41 web server under Centos7

The Apache HTTP Server Project is pleased to announce the release of Apache HTTP Server version 2.4.41 ("Apache" and "httpd"). This version of Apache is the latest GA release of the new generation 2.4.x branch of Apache HTTPD, represents fifteen years of innovation in the project, and is therefore recommended over all previous versions!

Some common errors and solutions on Nextcloud

Official channels (English): The Nextcloud Forums Nextcloud official forum, there is a FAQ page in the forum, which lists some common errors. Bug Report If you think you have found a Nextcloud bug, you can: Find a solution from the communication channel Check your configuration again If the problem cannot be solved, you can use the bugtracker. You can use oc…

Nextcloud network disk security and file configuration optimization

Recently, I need to build a network disk to store and publish files. After screening, I found nextcloud is not bad and easy to install. After installing PHP online and setting the user password and database connection, it is OK. The most important thing is that it supports WebDAV, which is a good thing. Nextcloud supports clients on mobile phones or computers, and both Android and Apple support it. You can also download other network disk file management tools. After the connection is successful, you can directly read and use files.

Docker Introduction: Understand the three core features of Docker

The past and present of Docker The core concept of Docker is to build, ship, and run any app, anywhere, that is, package once and run everywhere. In the past, when we configured an application running environment on the server, we had to install various components. For example, for the JavaWeb environment, we had to install Tomcat, MySQL, etc. I won’t talk about how troublesome it is to install and configure these things...