上一页 1 ··· 353 354 355 356 357 358 359 360 361 ··· 567 下一页
摘要: 解决方法 :https://blog.csdn.net/ityang_/article/details/53980190 阅读全文
posted @ 2018-04-23 10:28 码农编程进阶笔记 阅读(375) 评论(0) 推荐(0)
摘要: 解决方法 :https://blog.csdn.net/ityang_/article/details/53980190 nginx调用PHP有sock方式和端口方式1、确认nginx已经调用了php;2、先确认你的nginx使用什么方式调用PHP;3、... 阅读全文
posted @ 2018-04-23 10:28 码农编程进阶笔记 阅读(32) 评论(0) 推荐(0)
摘要: yum源默认的版本太低了,手动安装有一些麻烦,想采用Yum更新安装的可以使用下面的方案: 1.检查当前安装的PHP包 yum list installed | grep php 如果有安装的PHP包,先删除他们 yum remove php.x86_64 php-cli.x86_64 php-com 阅读全文
posted @ 2018-04-23 10:15 码农编程进阶笔记 阅读(193) 评论(0) 推荐(0)
摘要: yum源默认的版本太低了,手动安装有一些麻烦,想采用Yum更新安装的可以使用下面的方案: 1.检查当前安装的PHP包 yum list installed | grep php 如果有安装的PHP包,先删除他们 yum remove php.x86_64 ... 阅读全文
posted @ 2018-04-23 10:15 码农编程进阶笔记 阅读(27) 评论(0) 推荐(0)
摘要: apache 启动 systemctl start httpd 停止 systemctl stop httpd 重启 systemctl restart httpd mysql 启动 systemctl start mysqld 停止 systemctl stop mysqld 重启 systemc 阅读全文
posted @ 2018-04-22 00:39 码农编程进阶笔记 阅读(175) 评论(0) 推荐(0)
摘要: apache 启动 systemctl start httpd 停止 systemctl stop httpd 重启 systemctl restart httpd mysql 启动 systemctl start mysqld 停止 systemctl ... 阅读全文
posted @ 2018-04-22 00:39 码农编程进阶笔记 阅读(16) 评论(0) 推荐(0)
摘要: ps axo pid,%cpu,%mem,comm |grep php-fpm ps aux | grep php-fpm pkill -9 php-fpm /etc/init.d/php-fpm start 阅读全文
posted @ 2018-04-22 00:38 码农编程进阶笔记 阅读(1390) 评论(0) 推荐(0)
摘要: ps axo pid,%cpu,%mem,comm |grep php-fpm ps aux | grep php-fpm pkill -9 php-fpm /etc/init.d/php-fpm start 阅读全文
posted @ 2018-04-22 00:38 码农编程进阶笔记 阅读(23) 评论(0) 推荐(0)
摘要: nginx.conf listener监听端口 server_name监听域名 location{}是用来为匹配的 URI 进行配置,URI 即语法中的“/uri/”。location / { }匹配任何查询,因为所有请求都以 / 开头。 root指定对应uri的资源查找路径,这里html为相对路径 阅读全文
posted @ 2018-04-22 00:03 码农编程进阶笔记 阅读(189) 评论(0) 推荐(0)
摘要: nginx.conf listener监听端口server_name监听域名location{}是用来为匹配的 URI 进行配置,URI 即语法中的“/uri/”。location / { }匹配任何查询,因为所有请求都以 / 开头。... 阅读全文
posted @ 2018-04-22 00:03 码农编程进阶笔记 阅读(18) 评论(0) 推荐(0)
上一页 1 ··· 353 354 355 356 357 358 359 360 361 ··· 567 下一页
返回顶部 有事您Q我