CentOS7 Apache的安装配置

Posted cly0205

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 Apache的安装配置相关的知识,希望对你有一定的参考价值。

apache
启动
systemctl start httpd
停止
systemctl stop httpd
重启
systemctl restart httpd


mysql
启动
systemctl start mysqld
停止
systemctl stop mysqld
重启
systemctl restart mysqld


php-fpm
启动
systemctl start php-fpm
停止
systemctl stop php-fpm
重启
systemctl restart php-fpm


nginx
启动
systemctl start nginx
停止
systemctl stop nginx
重启
systemctl restart nginx

以上是关于CentOS7 Apache的安装配置的主要内容,如果未能解决你的问题,请参考以下文章

Centos7安装配置Apache+PHP+Mysql+phpmyadmin

CentOS7 Apache的安装配置

CentOS7 Apache的安装配置

centos7 安装配置apache

Centos7上安装及配置Apache

centos7编译安装apache后添加用户认证和配置虚拟主机