Re: [users@httpd] apache won't start

2012-10-14 Thread Stormy
At 09:43 PM 10/13/2012 -0400, Yehuda Katz wrote: On Sat, Oct 13, 2012 at 3:46 PM, Ben <benj@gmail.com> wrote: * Starting web server apache2 apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/osrf_http

[users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-14 Thread vivek aggarwal
Folks,   I am not able to forward the request from apache to tomcat when i am using the following configuration for ProxyPass elements :   ServerName vicky.com ProxyPass /    http://localhost:8080/kdah ProxyPassReverse /    http://localhost:8080/kdah ErrorLog logs/vicky_error.log But its worki

Re: [users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-14 Thread Eric Covener
On Sun, Oct 14, 2012 at 12:22 PM, vivek aggarwal wrote: > Folks, > > I am not able to forward the request from apache to tomcat when i am using > the following configuration for ProxyPass elements : > > > ServerName vicky.com > ProxyPass /http://localhost:8080/kdah > ProxyPassReverse /htt

Fwd: [users@httpd] Apache - ProxyPass issue -- pls suggest

2012-10-14 Thread vicky007aggarwal
Eric In my config file i am using only one virtual host i.e is the below one . My objective is to use without /kd context path so that on typing vicky.com it should get redirected to my to my tomcat application. I tried using the same configuration without /kd context root( only using / slash) i