有思趣
首页 归档 分类 标签 关于
首页 归档 分类 标签 关于

分类  

  •   wordpress
    •   atom
      • atom常用插件
    • apache2 启动一闪而过问题
    • centos7安装apache2
    • centos下解决wordpress后台插件必须输入ftp问题
    • centos7安装wordpress
    • centos7修改apache2目录权限和默认跟目录
    • wordpress发布文章404
    • wordpress 下载模板、更新报错 No working transports found解决办法
  •   软件
    •   atom
      • atom风格配置
    • atom常用插件
    • atom风格配置
  •   运维
    • letsencript通配符证书安装
    • 配置sll评级为A+的网站配置
    • letsencript通配符证书安装
    • 配置sll评级为A+的网站配置
wordpress
apache, wordpress
2018-11-15
Source
Edit
History

centos7安装apache2

安装命令:

1
yum -y install httpd

启动、停止命令:

1
2
3
4
5
chkconfig httpd on
service httpd start
service httpd stop
service httpd restart
service httpd status
上一篇
centos下解决wordpress后台插件必须输入ftp问题
下一篇
centos7修改apache2目录权限和默认跟目录