`
jiaoronggui
  • 浏览: 1302312 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
博客专栏
B7c2eb31-a8ea-3973-a517-d00141f39b89
项目管理软件-redmin...
浏览量:115176
4a63e153-250f-30f6-a051-97cfc67cb3d3
IT职业规划
浏览量:197616
社区版块
存档分类
最新评论

nginx windwos相关操作

阅读更多

nginx for Windows

Known issues
Possible future enhancements

Version of nginx for Windows uses the native Win32 API (not the Cygwin emulation layer). Only the select() and poll() (1.15.9) connection processing methods are currently used, so high performance and scalability should not be expected. Due to this and some other known issues version of nginx for Windows is considered to be a beta version. At this time, it provides almost the same functionality as a UNIX version of nginx except for XSLT filter, image filter, GeoIP module, and embedded Perl language.

To install nginx/Windows, download the latest mainline version distribution (1.17.3), since the mainline branch of nginx contains all known fixes. Then unpack the distribution, go to the nginx-1.17.3 directory, and run nginx. Here is an example for the drive C: root directory:

cd c:\
unzip nginx-1.17.3.zip
cd nginx-1.17.3
start nginx

Run the tasklist command-line utility to see nginx processes:

C:\nginx-1.17.3>tasklist /fi "imagename eq nginx.exe"

Image Name           PID Session Name     Session#    Mem Usage
=============== ======== ============== ========== ============
nginx.exe            652 Console                 0      2 780 K
nginx.exe           1332 Console                 0      3 112 K

One of the processes is the master process and another is the worker process. If nginx does not start, look for the reason in the error log file logs\error.log. If the log file has not been created, the reason for this should be reported in the Windows Event Log. If an error page is displayed instead of the expected page, also look for the reason in the logs\error.log file.

nginx/Windows uses the directory where it has been run as the prefix for relative paths in the configuration. In the example above, the prefix is C:\nginx-1.17.3\. Paths in a configuration file must be specified in UNIX-style using forward slashes:

access_log   logs/site.log;
root         C:/web/html;

 

nginx/Windows runs as a standard console application (not a service), and it can be managed using the following commands:

nginx -s stop fast shutdown
nginx -s quit graceful shutdown
nginx -s reload changing configuration, starting new worker processes with a new configuration, graceful shutdown of old worker processes
nginx -s reopen re-opening log files

 

Known is

分享到:
评论

相关推荐

    nginx windows服务安装管理器

    ::用windows服务安装器winsw把nginx安装为系统服务后,此时重新加载配置reload操作会出错,并不能直接管理,要用system用户身份管理,通过psexec可以达到这一目的 ::通过本管理器可以实现nginx系统服务的安装卸载,...

    nginx for windows 环境安装包 v1.0

    nginx for linux和apache for windows、apache for linux相关操作和安装包请关注我的博客。作者:回忆-g912博客:www.g912.com使用说明:1.将解压缩出来的文件夹统一放在C盘根目录下,如需修改,修改php.ini和nginx....

    nginx for windows 傻瓜配置

    nginx for windows nginx-1.14.0.rar 第一步: nginx-1.14.0.rar右键解压文件到D盘(不支持中文目录) D:\nginx-1.14.0\nginx.exe 第二步: 拷贝证书到目录cert 第三步: conf/vhosts.conf 修改网站配置文件 server { ....

    nginx windows版本

    该软件在官方软件得基础上进行了修改,有了可视化控制台,操作起来方便。但是需要修改一些参数。下载解压后,进入根目录(nginx-1.13.7),修改nginx.bat,在“SET NGINX_PATH”中修改为解压的磁盘符(例如D盘,修改...

    一分钟搞定 Nginx反向代理 nginx域名代理

    同一ip(都是80端口)可以...(1分钟搞定只是夸张说法啦,给你增加信心的啦,真正的操作起来,因人而异,没搞定的耐心再试试,自己xp系统亲测成功,不喜欢的无拍砖哦,实在搞不定的加我qq852208555 一起研究下 谢谢!)

    windows服务器部署 nginx+tomcat+mysql服务器端部署 阿里云服务器部署及配置

    详细说明了windows服务器nginx+tomcat+mysql部署及配置(配置阿里云后台安全组,配置域名)很适合新手学习 附件中包含: 1.操作说明文档 2.操作录屏 3.安装所用到的软件安装包 1)Windows Server 2019 数据中心版 ...

    windows 注册Nginx为服务,自动重启

    包含注册文件及自动化工具,将文件解压缩放c盘直接用cmd命令行运行即可

    nginx-1.6.3的windows版本软件下载.txt

    Nginx(发音是“engine x”)由俄罗斯的程序设计师Igor Sysoev所开发(Igor将源代码以类BSD许可证的形式发布),可以运行在UNIX,GNU/Linux,BSD,Mac OS X, Solaris, 以及 Microsoft Windows等操作系统中。...

    nginx替代方案,nginx代替apache与jboss

    nginx替代apache,nginx替代方案,nginx代替apache与jbos,nginx+jboss结合

    nginx加入windows服务器

    把 nginx加入windows服务器的完美解决方法,压缩包里面包含了使用的工具,详细操作步骤,欢迎下载

    nginx命令参数用法详细介绍

     在Windows上安装好nginx后,我们需要启动nginx服务,启动nginx服务的命令行操作主要有两种方式,即 C:/nginx-0.8.53>nginx.exe  或者 C:/nginx-0.8.53>start nginx  启动nginx命令说明:需要注意,由于nginx...

    nginx基于Basic Auth鉴权的配置文件nginx.conf

    内容概要:通过nginx配置实现控制不同的用户可以访问不同的资源或者web 适合人群:具备一定编程基础,工作1-3年...阅读建议:改资源基于Linux-CentOS7系统操作,需要有一定的Linux命令操作基础和nginx安装和配置能力。

    win+nginx+mysql+php+zend+phpmyadmin+eAccelerator一键安装包

    nginx for linux和apache for windows、apache for linux相关操作和安装包请关注我的博客。 =================================================================== 作者:回忆-g912 博客:www.g912.com ==========...

    Windows Nginx Mysql PHP 集成开发环境

    WNMPServer 是一款适用于 windows下开发PHP站点的完全绿色服务器端集成环境, 可以快速安装...界面友好,软件丰富,操作起来非常方面, 因此对新手来说在Windows平台下使用Nginx、MySQL、PHP也确实是一个不错的选择。

    nginx-1.15.5 资源免费下载

    版本为1.15.5,免安装版本nginx,负载均衡,适用于windows操作系统

    Windows下Nginx的启动停止等基本操作命令详解

    在Windows下使用Nginx,我们需要掌握一些基本的操作命令,比如:启动、停止Nginx服务,重新载入Nginx等,下面我就进行一些简单的介绍。 1、启动: C:\server\nginx-1.0.2>start nginx 或 C:\server\nginx-1.0.2>...

    nginx注册为window服务器

    选择根据操作系统,选择相应的 WinSW.NET 放到nginx目录下,重命名为mynginx,将mynginx.xml复制到nginx目录下,调整logpath、executable、stopexecutable 根据实际情况填写。使用mynginx install 注册到服务,使用...

    Windows下Nginx安装配置教程

    首先去官网下载nginx1.0.11的Windows版本,官网下载 下载到软件包后,解压 nginx-nginx1.0.11.zip 包到你喜欢的根目录,并将目录名改为nginx。 然后,执行下列操作: cd nginx start nginx 这样,nginx 服务就启动了...

    nginx1.15.5免安装版

    免安装版本nginx,负载均衡,适用于windows操作系统。

    nginx-service.zip

    Windows Service Wrapper用于把Nginx配置成服务,详细操作见博客

Global site tag (gtag.js) - Google Analytics