Re: [us...@httpd] Serving subdomains - ProxyPassMatch issues

2009-06-26 Thread Karthik Manimaran
Thanks for all the inputs. Finally, I got it to work using /$ in the ProxyPassMatch regex and using mod_jk. Thanks, Karthik Manimaran. On Thu, Jun 25, 2009 at 3:34 PM, William A. Rowe, Jr. wrote: > Karthik Manimaran wrote: > > ProxyPassReverse too doesn't work when I use regex. &g

Re: [us...@httpd] Serving subdomains - ProxyPassMatch issues

2009-06-25 Thread Karthik Manimaran
ProxyPassReverse too doesn't work when I use regex. Thanks, Karthik. On Thu, Jun 25, 2009 at 1:12 PM, André Warnier wrote: > Karthik Manimaran wrote: > >> Hi, >> >> We want to serve an unlimited number of subdomains ( >> http://subdomain1.domain.com http:/

[us...@httpd] Serving subdomains - ProxyPassMatch issues

2009-06-25 Thread Karthik Manimaran
Hi, We want to serve an unlimited number of subdomains ( http://subdomain1.domain.com http://subdomain2.domain.com) from an app server in the following way: http://localhost:port/somecontext/?param=subdomain1, http://localhost:port/somecontext/?param=subdomain2 resp. Any ideas on how this can be