Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using SetHandler on the root directory

Status
Not open for further replies.

Forum21

MIS
Sep 27, 2005
5
US
I'm using a bea weblogic module for apache to bridge the http traffic from apache to the app server. Currently, I have it configured to use the following virtual directory for the redirect:

<Location /weblogic>
SetHandler weblogic-handler
PathTrim /weblogic
</Location>

This works, however, I would like any traffic that goes to the root directory on apache to be redirected, and the following does not seem to work:

<Location />
SetHandler weblogic-handler
PathTrim /
</Location>

Can anyone make a recommendation on how to configure to root directory to use the weblogic-handler?

Thanks,
jared


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top