最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【记录】win7中下载和安装nginx

nginx crifan 2957浏览 0评论

搜:

nginx windows

 

参考:

nginx for Windows

http://nginx.org/en/docs/windows.html

http://nginx.org/en/download.html

nginx/Windows-1.9.2

http://nginx.org/download/nginx-1.9.2.zip

nginx-1.9.2.zip

 

解压,看到nginx.exe:

nginx-1.9.2 nginx exe file

再去看文档:

http://nginx.org/en/docs/

http://nginx.org/en/docs/install.html

http://nginx.org/en/docs/beginners_guide.html

Nginx – Windows下Nginx基本安装和配置 – 百草园 – ITeye技术网站

 

nginx for Windows

 

把目录换到:

E:\dev_install\nginx

到cmd中运行nginx:

win7 cmd run nginx

 

access localhost show nginx

 

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required.

For online documentation and support please refer to nginx.org.
Commercial support is available at nginx.com.

Thank you for using nginx.

 

然后去任务管理器中可以看到对应的进程:

task list show two nginx exe

 

记录nginx的相关语法:

nginx -s stopfast shutdown
nginx -s quitgraceful shutdown
nginx -s reloadchanging configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopenre-opening log files

 

再去看看,nginx的版本信息:

E:\dev_install\nginx>nginx.exe -V 
nginx version: nginx/1.9.2
built with OpenSSL 1.0.1o 12 Jun 2015
TLS SNI support enabled
configure arguments:
 --with-cc=cl
 --builddir=objs.msvc8
 --with-debug
 --prefix=
 --conf-path=conf/nginx.conf
 --pid-path=logs/nginx.pid
 --http-log-path=logs/access.log
 --error-log-path=logs/error.log
 --sbin-path=nginx.exe
 --http-client-body-temp-path=temp/client_body_temp
 --http-proxy-temp-path=temp/proxy_temp
 --http-fastcgi-temp-path=temp/fastcgi_temp
 --http-scgi-temp-path=temp/scgi_temp
 --http-uwsgi-temp-path=temp/uwsgi_temp
 --with-cc-opt=-DFD_SETSIZE=1024
 --with-pcre=objs.msvc8/lib/pcre-8.35
 --with-zlib=objs.msvc8/lib/zlib-1.2.8
 --with-select_module
 --with-http_realip_module
 --with-http_addition_module
 --with-http_sub_module
 --with-http_dav_module
 --with-http_stub_status_module
 --with-http_flv_module
 --with-http_mp4_module
 --with-http_gunzip_module
 --with-http_gzip_static_module
 --with-http_auth_request_module
 --with-http_random_index_module
 --with-http_secure_link_module
 --with-mail
 --with-stream
 --with-openssl=objs.msvc8/lib/openssl-1.0.1o
 --with-openssl-opt=enable-tlsext
 --with-http_ssl_module
 --with-mail_ssl_module
 --with-stream_ssl_module
 --with-ipv6

然后之后就是后续开发了。

转载请注明:在路上 » 【记录】win7中下载和安装nginx

发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址
83 queries in 0.213 seconds, using 22.15MB memory