目标:使用Nginx监听80端口, 同时保持IIS可以正常启动
- 想通过Nginx监听80端口
- 80端口被System 0.0.0.0:80占用,修改注册表 Start =4 后80端口释放,Nginx可以启动
- 但是 注册表这个值需要改成3 才能启动IIS。。。
这样的话IIS必须占用80端口了?
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Services\HTTP Start
相关问题
- SQL Server Import Wizard doesn't support impor
- Bulk insert from excel to sql for selective fields
- What other dependencies do I need to install in Vi
- Deployed SSIS Package not reflecting changes made
- Building SSIS solution using visual studio online
相关文章
- window端口父进程PID查询
- SSIS solution on GIT?
- How can I manually fail a package in Integration S
- See complete tooltip error message for Data Flow S
- Save content of Email body in outlook to a file
- What is Big Data & What classifies as Big data? [c
- What is the actual use of buffer temp and blob tem
- Object Variable in script tasks
默认站点绑定的端口修改了吗?
已经解决,注册表设置HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlset\Services\HTTP Start =2 手动启动 4表示禁用,设置2以后 IIS可以正常启动, Nginx也可以监听80了
修改IIS默认端口