windows2003使用nginx+php服务启动的有关问题 小弟我现在只能使用这样批处理启动,但是一注销用户就会停止工作。 start_nginx.bat [co

WBOY
Release: 2016-06-13 09:59:13
Original
1065 people have browsed it

windows2003使用nginx+php服务启动的问题 我现在只能使用这样批处理启动,但是一注销用户就会停止工作。 start_nginx.bat [co
windows2003使用nginx+php服务启动的问题
我现在只能使用这样批处理启动,但是一注销用户就会停止工作。

start_nginx.bat

VBScript code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->@echo offREM "正在启动Nginx 服务器........"start E:\nginx\nginx.exeREM "开始启动PHP FastCGI........."start E:\nginx\RunHiddenConsole.exe E:\php\php-cgi.exe -b 127.0.0.1:9000 -c E:\php\php.ini
Copy after login


并且求高手指点,上面这样怎么设置能指定的系统用户身份启动nginx.exe程序。

---------------------
在网上找到添加到服务启动的方法,虽然服务是添加了,并能启动,但是无效的。
JScript code
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1.下载微软服务注册工具srvany.exe, instsrv.exe, 存放到e:\nginx\目录下http://eastedu.bl-changjiang.com/UploadFiles/2006-5/511179043.rar2.安装NGINX服务, 将命令行切换到e:\nginx\,执行下列命令instsrv NGINX e:\nginx\srvany.exe3.在e:\nginx\下,编辑一个nginx.reg文件Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NGINX\Parameters]"Application"="e:\\nginx\\nginx.exe""AppParameters"="""AppDirectory"="e:\\nginx\\"5.让服务与程序关联起来, 命令行执行regedit /s nginx.reg
Copy after login



有什么办法添加nginx.exe为服务启动。

------解决方案--------------------
真无聊 nginx 就一定比 iis 好吗?
况且微软一向都排斥第三方软件的
------解决方案--------------------
在windows系统中,文件都有个用户组,更改一下nginx的属性试试
------解决方案--------------------
探讨
windows2003使用nginx+php服务启动的问题
我现在只能使用这样批处理启动,但是一注销用户就会停止工作。

start_nginx.bat

VBScript code

@echo off
REM "正在启动Nginx 服务器........"
start E:\nginx\nginx.exe
REM "开始启动PHP FastCGI........."
st……
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template