Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

WAMP - port 80 and IIS

  • 18-03-2008 01:11AM
    #1
    Registered Users, Registered Users 2 Posts: 1,000 ✭✭✭


    Is there anyway to change WampApache from port 80 to something else (eg 8888) as IIS runs on 80. Changing the conf file to 8888 stops the apache service from starting.

    I'm used to running IIS on 80 and apache 1.3 on 8888. But have installed Wamp so as to get PHP running. TXS for any help!


Comments

  • Registered Users, Registered Users 2 Posts: 2,191 ✭✭✭Feelgood


    Use a different hostname for each server, and then use a reverse proxy on port 80 that can decide, based on the hostname, what origin server to contact. Then each web server can be run on its own port - either on the routable interface, or a dummy interface, or the loopback device, and they'll still be exposed on port 80 via the reverse proxy....


Advertisement