Thanks noodl I Will look into the reverse proxies. noodl wrote: > > On 11/07/07, apacheIndian <Chaitanya.Nuguri@xxxxxxxxxxxxxxxxxxxxxx> wrote: >> >> Hi, >> >> I have a requirement to configure weblogic plugin for Apache, more than >> once. >> first, the plugin provided by the Weblogic 8.1 and again the plugin >> provided >> by Weblogic 9.1 in the same apache config. >> The requests coming in need to be handled by these different plugins >> based >> on the url, for example >> >> 1) "http://myserver.com/91example" should be handled by the WL9.1 module >> and >> sent to a cluster of Weblogic 9.1 servers >> >> 2) http://myserver.com/* (except /91example) should be handled by WL9.1 >> module and sent to a cluster of Weblogic 8.1 servers. >> >> Is there a way we can achieve this ? >> I have tried using <Location> directive, but how do we specify that >> different paths are handled by different modules ? > > Unless the module developers used a different set of symbol names in > both modules, you probably can't. That's just the nature of C > libraries. > > If you really must use both modules, you could do so with an extra > apache process running behind a reverse proxy. > > http://www.apachetutor.org/admin/reverseproxies > > -- > noodl > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > -- View this message in context: http://www.nabble.com/Configuring-a-module-twice-tf4061165.html#a11539432 Sent from the Apache HTTP Server - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx