Re: [users@httpd] Virtual host question- Webserver

2005-07-08 Thread Davide Bianchi
Loganathan Ramasamy wrote: > Let us assume my hostnames 2287 and 2288 . How should I go about > creating a > > I tried the following is it correct ? Nope. You should have something like: NameVirtualHost *:80 ServerName BLRD2287 DocumentRoot /www/docs/dummy-host.example.com Server

RE: [users@httpd] Virtual host question- Webserver

2005-07-08 Thread Loganathan Ramasamy
Davide, Let us assume my hostnames 2287 and 2288 . How should I go about creating a I tried the following is it correct ? NameVirtualHost *:80 ServerName BLRD2287 DocumentRoot /www/docs/dummy-host.example.com ServerName BLRD2288 DocumentRoot /www/docs/dummy-host.example.com

Re: [users@httpd] Virtual host question- Webserver

2005-07-08 Thread Davide Bianchi
Loganathan Ramasamy wrote: > version of my application and I can access my application using the > following two URLs > > http://blrd2287:9080/RPM > http://blrd2287:9081/RPM > > As you might have noticed the domain name “blrd2287” is same for both > the URLs, So I am really confused about creatin

[users@httpd] Virtual host question- Webserver

2005-07-08 Thread Loganathan Ramasamy
  I have two instances of Websphere application server running in my box having single web server [ I-H-S] , both instances are having different version of my application and I can access my application using the following two URLs   http://blrd2287:9080/RPM http://blrd2287:9081/RPM