Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Hi i have got this thing working :) ProxyPreserveHost On ProxyPass / http://localhost:8014/accounts/ ProxyPassReverse / http://localhost/ -- Eric, it was realy a typo. And i was not getting correct page. But now thing is solved. got the correct page. :) Regards, Vijay Shanker Dubey

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
oh yes; but not in the configuration file. ! :) thanks. Regards, Vijay Shanker Dubey On Mon, Jan 4, 2010 at 7:24 PM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker > wrote: > > Oh Eric, > > thanks for pointing > > now i have changed the settings to > > --- > > ProxyPa

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker wrote: > Oh Eric, > thanks for pointing > now i have changed the settings to > --- > ProxyPass /accounts http://localhsot:8014/ > --- > and you know what; i got the desired page! (That still has the typo) -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Oh Eric, thanks for pointing now i have changed the settings to --- ProxyPass /accounts http://localhsot:8014/ --- and you know what; i got the desired page! :) thanks. Regards, Vijay Shanker Dubey On Mon, Jan 4, 2010 at 7:15 PM, Eric Covener wrote: > On Mon, Jan 4, 2010 at 7:58 AM, vij

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:58 AM, vijay shanker wrote: >    ProxyPass / http://localhsot:8014/accounts/ > Reason: DNS lookup failure for: localhsot typo -- Eric Covener cove...@gmail.com - The official User-To-User support forum

[us...@httpd] Proxy Errror

2010-01-04 Thread vijay shanker
Hi fiends; i have configured my apache instance to delegate requests to a application running on tomcat container. lets say my URL for tomcat container is http://localhost:8014/accounts I want to access this URL from http://localhost Now the configuration in vertual host, i have made to acces