06-26-04 02:54 PM
Michael Yashin wrote:
> Hi,
>
> I have system with 2 IPs.
>
> Need the following configuration:
> IP1:80 - IBM HTTP
> IP2:80 - MS IIS
>
> If IIS starts first all is OK. If IBM HTTP starts first, IIS fails
> telling "Address is already in use". Because IBM HTTP is smaller it
> starts faster (therefore first). Setting dependencies between
> services is not a good idea...
>
> Config for IBM HTTP:
> Port 80
> BindAddress xx.xx.xx.xx (IP1 here)
>
> Is there any solution?
>
>
> PS. Win2000, IBM HTTP 1.3.26, MS IIS 5
Instead of using Port and BindAddress directives, I would recommend a
more straightforward Listen directive:
Listen xx.xx.xx.xx:80
--
Aaron W Morris <aaronmorris@mindspring.com> (decep)
[ Post a follow-up to this message ]
|