就不干开发

导航

2021年1月31日 #

MySQL服务初始化后无法启动

摘要: 添加系统服务 [root@localhost mysql]# cp support-files/mysql.server /etc/rc.d/init.d/mysqld[root@localhost mysql]# chmod +x /etc/rc.d/init.d/mysqld [root@loc 阅读全文

posted @ 2021-01-31 22:35 专注运维20年 阅读(425) 评论(0) 推荐(0) 编辑

2021年1月19日 #

阿帕奇报错及解决方案

摘要: 重启阿帕奇说不能完全解析域名,80端口被占用 [root@localhost ~]# apachectl restart httpd: Could not reliably determine the server's fully qualified domain name, using local 阅读全文

posted @ 2021-01-19 00:13 专注运维20年 阅读(401) 评论(0) 推荐(0) 编辑

2021年1月18日 #

为什么服务器开启缓存功能后依然要联网才能访问已访问过的网页

摘要: 虽然服务器开启了缓存模块,但不代表可以永久缓存,缓存功能是有时间限制的,开启缓存的步骤如下 查看是否启用网页缓存模块,如没有则重新编译安装 [root@www httpd-2.4.25]# cd /usr/src/httpd-2.4.25/ [root@www httpd-2.4.25]# make 阅读全文

posted @ 2021-01-18 11:23 专注运维20年 阅读(139) 评论(0) 推荐(0) 编辑