× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



So how do I setup my _one_ config file for my _one_ instance to allow
www.abc.com and www.cbs.com and www.nbc.com to all be specified?  That is
where I am lost.

Aaron

-----Original Message-----
From: R. Bruce Hoffman, Jr. [mailto:rbruceh@attglobal.net]
Sent: Thursday, October 11, 2001 1:27 PM
To: web400@midrange.com
Subject: Re: [WEB400] HTTP server configs


you can run multiple servers on the same port, but not multiple instances of
a server... if that makes any sense.

in other words, you can, in ONE config file and ONE instance, through one
NIC, have www.abc.com and www.cbs.com and www.nbc.com and they would all be
targeted to port 80.

you can't take multiple configuration files and start multiple instances to
the same port on the same NIC, just different ports... like www.abc.com:8080
and www.abc.com:8181.... these could be from multiple instances with
multiple config files.


===========================================================
R. Bruce Hoffman, Jr.
 -- IBM Certified Specialist - AS/400 Administrator
 -- IBM Certified Specialist - RPG IV Developer

"America is the land that fought for freedom and then
  began passing laws to get rid of it."

     - Alfred E. Neuman

-----Original Message-----
From: Eyers, Daniel <daniel.eyers@honeywell.com>
To: 'web400@midrange.com' <web400@midrange.com>
Date: Thursday, October 11, 2001 2:15 PM
Subject: RE: [WEB400] HTTP server configs


>
>ooo... this sounds like something I was trying to do a few weeks ago...
>
>someone *please* respond....
>
>thanks
>
>dan
>
>
>-----Original Message-----
>From: Scott Mildenberger [mailto:Smildenber@Washcorp.com]
>Sent: Thursday, October 11, 2001 12:25 PM
>To: 'web400@midrange.com'
>Subject: RE: [WEB400] HTTP server configs
>
>
>I'm not familiar with using the HOSTNAME directive so I'm not sure if it
>allows you to run multiple servers on the same port.  You could try
changing
>the port or shutting down the other server to see if that allows you to
>start this one up.  Maybe someone else is familiar with using this
>directive.
>
>Scott Mildenberger
>
>> -----Original Message-----
>> From: Bartell, Aaron L. (TC) [mailto:ALBartell@taylorcorp.com]
>> Sent: Thursday, October 11, 2001 10:31 AM
>> To: 'web400@midrange.com'
>> Subject: RE: [WEB400] HTTP server configs
>>
>>
>> Yes a couple others.  But it is my understanding that you can
>> have multiple
>> server instances running on port 80 if there is a domain name
>> specified
>> instead of an IP address on the HOSTNAME directive.  Tell me
>> if I am wrong
>> because I may have made that up in my own world.
>>
>> FYI -- We have a sister company that does the DNS routing to this 400.
>>
>> Aaron
>>
>> -----Original Message-----
>> From: Scott Mildenberger [mailto:Smildenber@Washcorp.com]
>> Sent: Thursday, October 11, 2001 11:16 AM
>> To: 'web400@midrange.com'
>> Subject: RE: [WEB400] HTTP server configs
>>
>>
>> Do you by chance already have a server running on port 80?
>>
>> Scott Mildenberger
>>
>> > -----Original Message-----
>> > From: Bartell, Aaron L. (TC) [mailto:ALBartell@taylorcorp.com]
>> > Sent: Thursday, October 11, 2001 10:19 AM
>> > To: 'WEB400@midrange.com'
>> > Subject: [WEB400] HTTP server configs
>> >
>> >
>> > I am getting this message for a newly created server instance
>> > that I am
>> > trying to start:
>> >
>> > Message ID . . . . . . :   TCP7422       Severity . . . . .
>> . . :   10
>> >
>> > Message type . . . . . :   Information
>> >
>> > Date sent  . . . . . . :   10/11/01      Time sent  . . . . .
>> > . :   10:07:01
>> >
>> >
>> >
>> > Message . . . . :   Failed to bind and listen on port 0.
>> >
>> > Cause . . . . . :   The server was not able to get ownership of the
>> > specified
>> >   TCP port.
>> >
>> > Recovery  . . . :   Make the port available for use or try
>> > starting the
>> > server
>> >   using a port other than port 0. If the AC1, AC2 or AC3 product is
>> > installed
>> >   and ssl mode is on verify that the ssl port is not the same
>> > as the http
>> >
>> >   port.
>> >
>> > But I am not specifying port 0 I am specifying port 80.
>> > Here is what the config looks like for the server instance:
>> >
>> > Hostname domain.com
>> > Port 80
>> > Bindspecific On
>> > #-----------------------------------------------------
>> > Enable GET
>> > Enable HEAD
>> > Enable POST
>> > #-----------------------------------------------------
>> > Pass /* /cc/ecommcustom/CorpEaseInfo
>> > #-----------------------------------------------------
>> > Welcome index.html
>> > #-----------------------------------------------------
>> > ErrorPage noformat  http://99.99.99.99/error.html
>> > ErrorPage multifail http://99.99.99.99/error.html
>> > #-----------------------------------------------------
>> > Imbeds On html
>> > #-----------------------------------------------------
>> > IconPath /QIBM/HTTPSVR/Icons/
>> > AddIcon text.gif     text  text/*
>> > AddIcon html.gif     html  text/html
>> > AddIcon binary.gif   bin   application/*
>> > AddIcon compress.gif Z     application/x-compress
>> > AddIcon compress.gif gzip  application/x-gzip
>> > AddIcon image.gif    img   image/*
>> > AddIcon movie.gif    vid   video/*
>> > AddIcon sound.gif    au    audio/*
>> > #------------------------------------------------------
>> > AddType .java text/plain binary 1.0
>> > AddType .html text/html  8bit   1.0
>> > AddType .htm  text/html  8bit   1.0
>> > AddType .gif  image/gif  binary
>> > #------------------------------------------------------
>> > DNSLookup On
>> >
>> > Thanks in advance,
>> > Aaron Bartell
>> > _______________________________________________
>> > This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
>> > To post a message email: WEB400@midrange.com
>> > To subscribe, unsubscribe, or change list options,
>> > visit: http://lists.midrange.com/cgi-bin/listinfo/web400
>> > or email: WEB400-request@midrange.com
>> > Before posting, please take a moment to review the archives
>> > at http://archive.midrange.com/web400.
>> >
>> _______________________________________________
>> This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
>> To post a message email: WEB400@midrange.com
>> To subscribe, unsubscribe, or change list options,
>> visit: http://lists.midrange.com/cgi-bin/listinfo/web400
>> or email: WEB400-request@midrange.com
>> Before posting, please take a moment to review the archives
>> at http://archive.midrange.com/web400.
>> _______________________________________________
>> This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
>> To post a message email: WEB400@midrange.com
>> To subscribe, unsubscribe, or change list options,
>> visit: http://lists.midrange.com/cgi-bin/listinfo/web400
>> or email: WEB400-request@midrange.com
>> Before posting, please take a moment to review the archives
>> at http://archive.midrange.com/web400.
>>
>_______________________________________________
>This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
>To post a message email: WEB400@midrange.com
>To subscribe, unsubscribe, or change list options,
>visit: http://lists.midrange.com/cgi-bin/listinfo/web400
>or email: WEB400-request@midrange.com
>Before posting, please take a moment to review the archives
>at http://archive.midrange.com/web400.
>_______________________________________________
>This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
>To post a message email: WEB400@midrange.com
>To subscribe, unsubscribe, or change list options,
>visit: http://lists.midrange.com/cgi-bin/listinfo/web400
>or email: WEB400-request@midrange.com
>Before posting, please take a moment to review the archives
>at http://archive.midrange.com/web400.
>

_______________________________________________
This is the Web Enabling the AS400 / iSeries (WEB400) mailing list
To post a message email: WEB400@midrange.com
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/cgi-bin/listinfo/web400
or email: WEB400-request@midrange.com
Before posting, please take a moment to review the archives
at http://archive.midrange.com/web400.


As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.