Apache and IIS side by side (both listening to port 80) on windows2003

前端 未结 9 1899
鱼传尺愫
鱼传尺愫 2020-12-04 09:15

What are some good ways to do this? Is it even possible to do cleanly?

Ideally I\'d like to use packet headers to decide which server should handle requests. Howeve

9条回答
  •  Happy的楠姐
    2020-12-04 10:07

    Installing Windows 10 I had this problem: apache(ipv4) and spooler service(ipv6) listening the same 80 port.

    I resolved editing apache httpd.conf file changing the line

    Listen 80

    to

    Listen 127.0.0.1:80

提交回复
热议问题