首页 > 作文

搭建 window + nginx + php 开发环境

更新时间:2023-04-08 11:21:31 阅读: 评论:0

一、下载 windows mainline version,按安装

二、下载 php7.3 并解压到工作目录

三、以管理员身份打开 cmd,进入 php 目录,输入如下命令,!!! 电脑不关机,此cmd窗口不关闭 !!!

e:\php7.3>php-cgi.exe -b 127.0.0.1:9000

四、配置 nginx(复制如下配置覆盖原配置)

# 支持 php_infolocation / {    root   e:/apache/htdocs/site/;    index  index.php index.html index.htm;    if (!-e $re四年级下册语文期末试卷答案quest_filename) {少年康熙 冰月        rewrite  ^/(.*)$  /index.php/$1  last;        break;    }}# 解析 php 文件location ~ \.php {    root           e:/apache/htdocs/site/;    fastcgi_pass   127.0.0.1:9000;    fastcgi_index  index.php;    fastcgi_11朵玫瑰花语param  script_filename  $document_root/$fastcgi_script_name;    include        fastcgi_params;}

五、启动 nginx

e:\nginx-1.17.9>nginx -s stop      fast shutdowne:\nginx-1.17.9>nginx -s quit      graceful shutdowne:\nginx-1.17.9>nginx -s relo怎么隐藏文件ad    changing configuration, starting new worker process with a new configuration, graceful shutdown of old worker proces:\nginx-1.17.9>nginx -s reopen    re-opening log高考志愿填报时间 files

本文发布于:2023-04-08 11:21:29,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/00ce6290a2d4777eb8d90e0de6287699.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:搭建 window + nginx + php 开发环境.doc

本文 PDF 下载地址:搭建 window + nginx + php 开发环境.pdf

标签:目录   下册   四年级   花语
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图