
| | |||||||
| Website Development HTML, traffic, hosting, and more... this is the forum for every webmaster. |
Register Now for FREE! | |||||
| |

| | LinkBack | Thread Tools | Display Modes |
| |||
| I am using win xp and has installed IIS and Apache Server. Unless I set one of them to run other than port 80 then I have to run them separately. Is it possible to run both of the IIS and Apache Server using port 80? How?
__________________ [Referral Links Not Allowed] |
| Sponsored Links | ||
| |
| |||
| Quote:
in a word, no. It is impossible to run a service on any machine and use the same port. |
| |||
| ok, well, yes you can, but only with proxying via apache, so iis wouldnt actually be port 80, but apache would make it seem like port 80 but it would be on a alias or a vhost. It is quite complex but I have done it before with 2 web services on a unix system, not sure if itll do it on Windows, again, 1 server is on port 80 (APACHE) the other is on say port 8085 and it proxies it under a vhost or alias on the port 80 server. It is quite complex, but I can provide instructions if requested, but it is alot to go into if you dont want todo this.
__________________ -Rob Putt - Blog! CompuForums Secondary Administrator + Download the CompuForums Thread Viewer! + Add yourself to the Member Map! + Be sure that you are up-to-date with the rules. + Still Not A Member? Register Now! + Contact Us + Email Me! - rob at compuforums dot org +ipHideAway - Unfilter Anything Anywhere! Anonamize your surfing today!! |
| |||
| Quote:
I am aware that this should be a complex procedure. Really curious for something possible for which I couldn't find the solution. Thanks in advanve for your sharing..
__________________ [Referral Links Not Allowed] |