全部博文(2065)
分类: 系统运维
2010-05-20 22:03:35
Nginx在WINDOW平台制作系统服务
时间:
1、
下载微软服务注册工具srvany.exe, instsrv.exe, 存放到D:\nginx\目录下
2、 安装NGINX服务, 将命令行切换到D\nginx\,执行下列命令
打开CMD窗口切换到D:\nginx目录下面去
instsrv NGINX D:\nginx\srvany.exe 执行这个命令
D:\nginx-
The service was successfuly added! 服务添加成功!
Make sure that you go into the Control Panel and use
the Services applet to change the Account Name and
Password that this newly installed service will use
for its Security Context.
3、 在D:\nginx\下,编辑一个nginx.reg文件
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NGINX\Parameters]
"Application"="D:\\nginx-
"AppParameters"=""
"AppDirectory"="D:\\nginx-
4、 让服务与程序关联起来, 命令行执行
regedit /s nginx.reg
5、 编辑启动nginx脚本start-nginx.bat(关闭脚本不用变), 让程序以服务方式运行
D:\nginx-
结论:将nginx配置成系统服务。再打开任务管理器发现这个时候运行nginx的用户为System