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
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