"CentOS7" Construction of the Wishing Wall website based on Apache+php+mysql

Source: Internet
Author: User
Tags install php

Building Preparation

Scenario One: Deploy all to a single server


Scenario Two:
A server (CENTOS7): apache+php+php's website
b Server (centos5): MySQL

We're using scenario two.

Install the required software for each server.

A server: #yum install httpd-y//  installation Apache#yum installed PHP-y//  installation Php#yum install php-mysql-y   // Install connection PHP with MySQL service #setenforce 0///   temporary shutdown of SELinux firewall
#systemctl Stop Firewalld.service/// temporarily shut down FIREWALLD firewall
#vi/etc/sysconfig/selinux Then change the selinux=xxxx in the file to Selinux=disable// Permanently close the SELinux firewall
#systemctl Disable Firewalld.service/// close FIREWALLD Firewall

  

"CentOS7" Construction of the Wishing Wall website based on Apache+php+mysql

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.