Re: WebServer 1.0 Multiple servers on port 80 ?

From: Paul Berger <pberger_at_nic.wat.hookup.net>
Date: 1996/05/14
Message-ID: <4n9ttj$dfk_at_nic.wat.hookup.net>#1/1


As I understand WebServer you can only have one listener per port. This seems to make sense. You don't want collisions with multiple listeners attached to the same socket. Nope.

So create multiple listeners that listen on different ports other than port 80. Try something like 8001, 8002, 8003...etc. There's nothing magic about port 80 per se other than it's the default port for http.

PB

In article <319684BA.258B_at_diads.com>, Thomas Dunbar <tdunbar_at_diads.com> wrote:
>Grant Visser wrote:
>>
>> Hi all,
>>
>> PLEEEEZE could someone tell me how to start multiple listeners/servers on port 80.
>>
>> I have www.a.z and www.b.z and www.c.z all running on the same physical system each
>> with their own IP address.
>>
>> I want each of them to connect and run their own web applications/pages over the standard port 80.
>>
>> How do I do this?
>
>dont know about wrt the spyglass httpd that comes with webserver..but if
>you use Apache httpd instead, you just add:
>
><VirtualHost ip.address>
>ServerAdmin your_name_at_your.address
>DocumentRoot /usr/local/etc/httpd/htdocs/ip.address.base_dir
>ServerName ip.address
></VirtualHost>
>
>to httpd.conf
>providing you have the os recognizing the multiple ip addresses.
>
>
>> I have succesfully configured the agents but cannot get more than one listener to talk to port 80
>> even though I have specified the incoming ip address for each.
>>
>> Any ideas/solutions would be GREATLY appreciated.
>>
>> Best regards and thanks in advance
>> Grant
>> grantppp_at_icl.co.za
>
>--
>Thomas Dunbar 540 231-3251 (fax 3714) http://diads.com/
Received on Tue May 14 1996 - 00:00:00 CEST

Original text of this message