Apache(阿帕奇)基础命令 查看Apache是否被安装: [root@asg11 ~]# find / -name 'httpd'/etc/sysconfig/httpd/etc/httpd/etc/logrotate.d/httpd/etc/rc.d/init.d/httpd/var/run/httpd/var/log/httpd/var/lock/subsys/httpd… 2021-10-17 14:17 | 479 | 2021年10月,Apache/阿帕奇,云服务器配置 212 字 | 2 分钟 Apache
nginx在CentOS8中配置 启动 启动代码格式:nginx安装目录地址 -c nginx配置文件地址 例如: /usr/sbin/nginx -c /etc/nginx/nginx.conf 停止 nginx的停止有三种方式: 从容停止 1、查看进程号 [root@LinuxServer ~]# ps -ef|grep nginx 2、杀死进程 [root@LinuxServ… 2021-10-17 10:45 | 420 | 2021年10月,云服务器配置 287 字 | 2 分钟 nginx云服务器