Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

WAS 4 virtual host config?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am trying to run two web modules with the same context root, /xxx, on a server with name DNBPRES. In order to do this, I think I have to use virtual hosts.
So I create two VH's in Admin. Console, abc:80 and xyz:81, and set the 1st web module to use abc:80 and the 2nd to use xyz:81.
My question is: What do I need to specify in the IHS httpd.conf to make this work? If I create a <VirtualHost> block like:
<VirtualHost abc>
ServerAdmin webmaster@host.some_domain.com
DocumentRoot "C:/WebSphere/AppServer/..."
ServerName abc
</VirtualHost>
I cannot get it to work.
Some advice please, thanks!
[ October 03, 2002: Message edited by: Wacko Jacko ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic