|
Posted by Chris Kronberg on April 23, 2005, 1:56 pm
If you were Registered and logged in, you could reply and use other advanced thread options alt250@gmail.com schrieb im Artikel
> I have a problem which can probably be solved with some kind of port
> redirector which can redirect to different locations depending on
> client request content.
>
> Here is the problem description :
>
> I have one Windows application which is a kind of real-time TCP and
> HTTP server.
> In order for the client software to be able to connect to a server on
> the Internet without problems, the server must listen on ports HTTP
> (80) and HTTPS (443).
>
> I want to host multiple software servers on the same computer which as
> only one public IP address.
> So, for example, if i have 2 software servers on this computer they
> will need to bind at the same time on ports 80 and 443 of the same
> public IP.
> AFAIK this is imposible.
>
> I am currently looking for solutions in order to solve this problem.
I, too, have just one IP address. Right now there are seven webservers
configured and running. All on 80/tcp. The solution was named based
virtual webservers. Might be a solution for you, too, yet I'm not
sure if your software supports that.
A second server instance is running for 443/tcp traffic. When
working with named based virtual servers you cannot comine 80/tcp
and 443/tcp in one singel webserver instance.
Cheers,
Chris.
|