03 2020 档案

摘要:nginx成功安装并跑起来了php安装成功且php-fpm成功运行:service php-fpm startnetstat -antp | grep :80 netstat -antp | grep :9000 ,80和9000端口都处于监听状态 nginx能访问html静态文件但无法访问php文 阅读全文
posted @ 2020-03-12 10:28 静心聆听 阅读(4674) 评论(0) 推荐(0)
摘要:1 查看终端当前php版本php -v会反馈以下信息:PHP 5.4.35 (cli) (built: Nov 14 2014 07:04:10) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.6.0, Copyright (c) 1998 阅读全文
posted @ 2020-03-11 19:42 静心聆听 阅读(184) 评论(0) 推荐(0)