Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

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