赞
踩
phpcgi.bat
@echo off
echo Starting PHP FastCGI…
“D:\Program Files\php-7.1.0-nts-Win32-VC14-x64\php-cgi.exe” -b 127.0.0.1:9090 -c “D:\Program\ Files\php-7.1.0-nts-Win32-VC14-x64\php.ini”
nginx.bat
@echo off
echo Starting nginx…
“D:\Program Files\nginx-1.11.8\nginx.exe” -p “E:\site”
stop.bat
echo Stopping nginx…
taskkill /F /IM nginx.exe > nul
echo Stopping PHP FastCGI…
taskkill /F /IM php-cgi.exe > nul
pause
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。