2 services need port 80...
I run a mail server which runs its webmail interface (not sure how it does this as i cant find any html documents in there anywhere so im guessing it is just a stylesheet over the true mailbox structure) which needs port 80 and also a web server which also needs port 80. Is there any way of adapting some forwarding or something which will allow them both to live next to each other?
[Edited by djuk - 1/23/2004 7:43:33 PM]
[Edited by djuk - 1/23/2004 7:43:33 PM]
Are both sites running off the same webserver software (e.g. IIS). If they are, you can use the hostname to differentiate the services, e.g. www.mysite.com and webmail.mysite.com could share an IP address. An alternative is to get a second IP address
In theory you could run both services on private port numbers (81 and 82 for example), then have a piece of software forwarding http requests depending on the hostname header. However, I know of no such software, but I'm sure some geek's already written it
Thread
Thread Starter
Forum
Replies
Last Post
Mattybr5@MB Developments
Full Cars Breaking For Spares
28
Dec 28, 2015 11:07 PM
Mattybr5@MB Developments
Full Cars Breaking For Spares
12
Nov 18, 2015 07:03 AM



web is apache and mail is another 3rd party software
