directory structure of Linux files: tree-like structure,/for the highest root directoryRoot:root User's personal folder (home directory)Bin: Holds commands available to most usersBoot: Store startup files and configuration information, which will be
1. Configure the IP addressStep Command 1: Virtual machine operation2.init 53.nm-c4.192.168.4.505.NMC Conn up eth06.IDE Disk Connection Small bulb CentOS-77.ifconfigReal-machine operation started8.ssh 192.168.4.50 Connection
1. Install LDAP server and client, Migrationtools ToolkitYum Install -y openldap-servers openldap-clients migrationtools2. Set OPENLDAP Administrator passwordslappasswd123456 123456The encrypted password string is returned and the string is
Preface
About Apache
The main features of Apache
Basic configuration of the HTTPD server
Build httpd Virtual Host
About Apache:
Apache HTTP Server is a representative of open source software
Docker image creation and uploading Docker image introductionDocker images are the standard format for application publishing in addition to the core technology of Docker. A full Docker image can support the operation of a Docker container, and in
Apache Static Web page1. InstallationYum Install Httpd-y2. Configuration filesCd/etc/httpd/confVI httpd.confhttpd.conf File Individual line explanationvar email view MailServerName www.example.com:80 Remove comments or you will see a message similar
A Introduction to load Balancing.Load Balancing (Balance), which means that load (work tasks, access requests) are balanced and distributed across multiple operating units (servers, components) for execution. is the ultimate solution for high
First, configure the software warehouse1.yum IntroductionInstallation and deployment mechanism based on RPM software packageautomatically resolves dependencies for packagesNeed to configure the Software warehouse first2. Configure the Local software
First, configure the Software warehouse 1.yum introduction The installation and deployment mechanism of the RPM package automatically resolves the dependencies of the packages by first configuring the Software Warehouse 2. Configure the local
Looking for some from the Internet and finally finishing up the next
1. Install Apache
Yum-y Install httpd
# power-on Self Starter
Chkconfig httpd on
# Start httpd Service
Service httpd Start
### install
In the cluster, a number of servers, all manually installed, the equivalent of a great time, this is not realistic. (no outside the net) guiding ideology
Thought one, each machine is equipped with a local file system on the Yum warehouse
# Check and Uninstall
The code is as follows
Copy Code
Rpm-qa|grep httpdRPM-E httpdRpm-qa|grep MySQLRPM-E MySQLRpm-qa|grep PHPRpm-e PHP
# Delete the default Apache
The code is as follows
Copy
The deployment of WordPress blog system in different systems may be slightly different, but similar, so today to CentOS6 system as an example of WordPress blog system deployment.Install the software first before deploying it, and use the following
Reference URL: https://jingyan.baidu.com/article/9c69d48f87ff2913c8024e69.htmlCENTOS7 defaults to mariadb as MySQL.P.S. Since MySQL was acquired by Oracle, the original author worried about MySQL closed source, so wrote a mariadb, this database can
Centos 7 Installs these three things, usually there is a kit (LAMP), here does not talk about the installation method of the kit, only said the three-piece set of separate installation.Installation of 1.Apache and PHP(1). Install Apache, PHP#yum-y
First, CentOS 6.5/CentOS 6.9 use Yum to quickly build the lamp environmentPreparation: Update First Yum source I installed the environment is: apache2.2.15+mysql5.5.60+php5.6.36Enter the following command: Yum-y update1. Installing Apache[Email
Lab Environment:vm1:192.168.1.132, for Apache serversvm2:192.168.1.134, for PHP servervm3:192.168.1.137, User mariadb serverSoftware version: httpd-2.4.9,php-5.4.26,mariadb-5.5.39First, compile and install httpd-2.4.91. Solve the dependency
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.