logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: IIS cohabitate with Apache name based?
Author
sailor



Joined: 17 Apr 2015
Posts: 85
Location: US

PostPosted: Wed 28 May '25 14:09    Post subject: IIS cohabitate with Apache name based? Reply with quote

I have an IIS 10 server with about five sites, but I also use Apache with five sites.

The Apache configuration is ip based. A couple times a year I have to add a new site and get new ip address for them.

Can I change Apache to named based and will the IIS sites continue to work (i.e. when Apache is using named based does it listen on all ips)? It seems like a conundrum.

I do have to add an ip rule to set the IIS ips to listen using netsh:

netsh http>add iplisten ipaddress=127.0.0.1
Back to top
sailor



Joined: 17 Apr 2015
Posts: 85
Location: US

PostPosted: Fri 30 May '25 15:37    Post subject: Re: IIS cohabitate with Apache name based? Reply with quote

Well, I tried it and it seems to work.

Just put the ips you want to listen on in the config. And the virtualhost of course is *:443 along with servername / alias.
Back to top


Reply to topic   Topic: IIS cohabitate with Apache name based? View previous topic :: View next topic
Post new topic   Forum Index -> Apache