|
Home > Archive > WebSphere HTTP Server > December 2004 > webserver configuration issues
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 |
webserver configuration issues
|
|
| nauman 2004-12-01, 10:03 am |
| Hi ,
Background: We have a shared WAS 5.0 environment which is currently configured to be accessed as "www111.mysite.com". So, on the WAS servers there are multiple applications(like banking, retail, shopping) deployed on the dedicated application servers (separate JVMs). SO, when the user type for e.g. www111.mysite.com/shopping it takes the user to the shopping homepage.
We are deploying the application on WAS 5.0.2.6 and using IBM HTTP Server.
Problem: We would like to define some more domains e.g. shopping.mysite.com & www.mysite-shopping.com. If the user enters
shopping.mysite.com or www.mysite-shopping.com then he shoud be displayed the shopping home page.
Source Destination
shopping.mysite.com www111.mysite.com/shopping
www.mysite-shopping.com www111.mysite.com/shopping
shopping.mysite.com/shopping www111.mysite.com/shopping
shopping.mysite.com/shopping/perfume www111.mysite.com/shopping/perfume
As the environemt is shared we want that if a domain (or virtual host) is defined for shopping portal then only the shopping resources should be allowed to access thorught it. Other resources for e.g. banking should not be allowed through shopping domains.
Source Destination
shopping.mysite.com/shopping ww111.mysite.com/shopping ALLOWED
shopping.mysite.com/banking NOT ALLOWED
I would really appreciate if someone can advise what are the configuration settings on HTTP Server & the application Server to solve the above problem.
Thanks | |
| wasero 2004-12-15, 3:44 pm |
| quote: Originally posted by nauman
Hi ,
Background: We have a shared WAS 5.0 environment which is currently configured to be accessed as "www111.mysite.com". So, on the WAS servers there are multiple applications(like banking, retail, shopping) deployed on the dedicated application servers (separate JVMs). SO, when the user type for e.g. www111.mysite.com/shopping it takes the user to the shopping homepage.
We are deploying the application on WAS 5.0.2.6 and using IBM HTTP Server.
Problem: We would like to define some more domains e.g. shopping.mysite.com & www.mysite-shopping.com. If the user enters
shopping.mysite.com or www.mysite-shopping.com then he shoud be displayed the shopping home page.
Source Destination
shopping.mysite.com www111.mysite.com/shopping
www.mysite-shopping.com www111.mysite.com/shopping
shopping.mysite.com/shopping www111.mysite.com/shopping
shopping.mysite.com/shopping/perfume www111.mysite.com/shopping/perfume
As the environemt is shared we want that if a domain (or virtual host) is defined for shopping portal then only the shopping resources should be allowed to access thorught it. Other resources for e.g. banking should not be allowed through shopping domains.
Source Destination
shopping.mysite.com/shopping ww111.mysite.com/shopping ALLOWED
shopping.mysite.com/banking NOT ALLOWED
I would really appreciate if someone can advise what are the configuration settings on HTTP Server & the application Server to solve the above problem.
Thanks
| |
| wasero 2004-12-15, 3:47 pm |
| quote: Originally posted by wasero
| |
| Sunit Patke 2004-12-16, 7:53 pm |
|
In the IHS configuration file httpd.conf, setup the virtualhost for each new
sitename.
In that virtualhost Alias configure mod-rewrite to forward the traffic to
www111.mysite.com
Sunit
"wasero" <wasero.1hbxqi@mail.webservertalk.com> wrote in message
news:wasero.1hbxqi@mail.webservertalk.com...
>
> nauman wrote:
>
>
>
> --
> wasero
> ------------------------------------------------------------------------
> Posted via http://www.webservertalk.com
> ------------------------------------------------------------------------
> View this thread: http://www.webservertalk.com/message554821.html
>
|
|
|
|
|