安装环境:centos

查找可安装的包:
yum list httpd*

安装:
yum install httpd.x86_64

查看安装包的所有安装文件:
rpm -ql httpd 

配置文件:
/etc/httpd/conf/httpd.conf

日志目录:
/etc/httpd/logs


页面存放路径:
/var/www/html/


启动、停止、状态命令:
/etc/init.d/httpd start
/etc/init.d/httpd stop
/etc/init.d/httpd status

相关文章:

  • 2021-04-11
  • 2021-11-04
  • 2022-02-15
  • 2021-10-01
  • 2021-05-18
  • 2021-07-16
猜你喜欢
  • 2021-07-14
  • 2021-09-17
  • 2021-06-25
  • 2021-05-31
  • 2021-10-30
  • 2022-12-23
相关资源
相似解决方案