|
Home > Archive > WebSphere HTTP Server > January 2004 > virtual host
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Gianluca Gaiotto 2004-01-19, 8:22 am |
| Guys,
I'm trying to configure an IBM HTTP Server (powered by Apache) on an iSeries
5.2.
The IP served by such an instance is 10.4.200.7, and the port is 10080.
My need is to configure it in a way that any http request made to:
http://my.new.com
(having a record <my.new.com, 10.32.200.7> in my DNS server), should be
served by such a HTTP instance (e.g. by http://10.32.200.7:10080).
The HTTP server configuration file is as follows:
....
Listen 10.32.200.7:10080
....
NameVirtualHost 10.32.200.7:10080
....
<VirtualHost 10.32.200.7:10080>
ServerName my.new.com
</VirtualHost>
Thanks,
Gianluca
| |
| Sunit Patke 2004-01-19, 8:22 am |
| If you want http://my.new.com to connect to this server then you have to
configure the HTTP server to use port 80.
Sunit
"Gianluca Gaiotto" <il.gian@tin.it> wrote in message
news:bu930k$4tcs$1@news.boulder.ibm.com...quote:
> Guys,
> I'm trying to configure an IBM HTTP Server (powered by Apache) on an
iSeriesquote:
> 5.2.
> The IP served by such an instance is 10.4.200.7, and the port is 10080.
> My need is to configure it in a way that any http request made to:
>
> http://my.new.com
>
> (having a record <my.new.com, 10.32.200.7> in my DNS server), should be
> served by such a HTTP instance (e.g. by http://10.32.200.7:10080).
> The HTTP server configuration file is as follows:
>
> ...
> Listen 10.32.200.7:10080
> ...
> NameVirtualHost 10.32.200.7:10080
> ...
> <VirtualHost 10.32.200.7:10080>
> ServerName my.new.com
> </VirtualHost>
>
>
> Thanks,
> Gianluca
>
>
|
|
|
|
|