开发者

wamp and IIS server simultaneously

开发者 https://www.devze.com 2023-01-23 07:35 出处:网络
hii ,i want to run wamp and IIS both ,but IIS is using port 80 so what shall i do.if I turn off IIS my internet goes off.And i also tried changing port for wamp server in httpd.conf(listen:8080) but s

hii ,i want to run wamp and IIS both ,but IIS is using port 80 so what shall i do.if I turn off IIS my internet goes off.And i also tried changing port for wamp server in httpd.conf (listen:8080) but still not working plzz help me out ,I shall be gratef开发者_StackOverflow社区ul to u.


Having this same problem. I've configured WAMP to listen to 8080. It works for the the index of localhost, but when I try to navigate to my Wordpress folder it switches to port 80 and IIS catches it. Thanks


I had to set up the same thing recently. There is a registry hack you have to perform to get it to work. Check out this website article for more info. Specifically the section on editing the registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters\ListenOnlyList

For more information see:

Setting Both Wamp & IIS on 80 Port (no need of 81 now) (archive.org)

0

精彩评论

暂无评论...
验证码 换一张
取 消