Re: [users@httpd] how to set auto redirection in apache with tomcat

2011-02-23 Thread James Godrej
trick which I mentioned above did the job.Mentioning >here so that it helps some one else. > From: Igor Cicimov >To: users@httpd.apache.org >Sent: Thu, 24 February, 2011 3:32:37 AM >Subject: Re: [users@httpd] how to set auto redirection in a

Re: [users@httpd] how to set auto redirection in apache with tomcat

2011-02-23 Thread Igor Cicimov
*From:* Igor Cicimov *To:* users@httpd.apache.org *Sent:* Thu, 24 February, 2011 3:32:37 AM *Subject:* Re: [users@httpd] how to set auto redirection in apache with tomcat Does this work?ProxyPass / ajp://192.168.1.19:8009/olat ProxyPassReverse / ajp://19...

Re: [users@httpd] how to set auto redirection in apache with tomcat

2011-02-23 Thread James Godrej
which I mentioned above did the job.Mentioning here so that it helps some one else. From: Igor Cicimov To: users@httpd.apache.org Sent: Thu, 24 February, 2011 3:32:37 AM Subject: Re: [users@httpd] how to set auto redirection in apache with tomcat Does this work

Re: [users@httpd] how to set auto redirection in apache with tomcat

2011-02-23 Thread Igor Cicimov
Does this work? ProxyPass / ajp://192.168.1.19:8009/olat ProxyPassReverse / ajp://192.168.1.19:8009/olat Also not sure if "ProxyPreserveHost On" has eny meaning in case of reverse proxy but not sure and don't have time now to double check :) Maybe someone else can confirm ... On

[users@httpd] how to set auto redirection in apache with tomcat

2011-02-23 Thread James Godrej
I have a site http://social.openitup.in right now what you are seeing is a default Tomcat6 page. I am using mod_ajp as a front end and Apache vhost configuration for same is ServerName social.openitup.in ServerAdmin webmaster@localhost ProxyRequests off