WebSphere HTTP Server - Re: Coexist Websphere app server and HTML site on one IHS instance

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere HTTP Server > April 2006 > Re: Coexist Websphere app server and HTML site on one IHS instance





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]

Author Re: Coexist Websphere app server and HTML site on one IHS instance

2006-04-27, 8:21 am

Sorry, the form ate some of my formatting.. let me try again...

Are you defining a NameVirtualHost and a <VirtualHost> directive block for each virtual host? Your initial question leads me to believe that you're just trying to add a new ServerName and DocumentRoot, which won't work.

You should have something like this:

NameVirtualHost 123.45.67.89

<VirtualHost 123.45.67.89>
ServerName myportal.com
DocumentRoot e:/ibm/sites/myportal.com
</VirtualHost>

<VirtualHost 123.45.67.89>
ServerName mysite.com
DocumentRoot e:/ibm/sites/mysite.com
</VirtualHost>

It's probably also a good idea to add unique CustomLog and ErrorLog directives to each VirtualHost block to keep the logs separate.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com