[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread Rick DeNatale
On Sun, Jun 7, 2009 at 8:25 PM, JannaB wrote: > > But that's not what I want. I need Apache listening on port 80, > routing it to the glassfish gem running on 81 (or any other port other > than 80) I think you need to understand how Apache virtual hosts work, particularly the difference between i

[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread JannaB
But that's not what I want. I need Apache listening on port 80, routing it to the glassfish gem running on 81 (or any other port other than 80) On Jun 7, 12:28 pm, Rick DeNatale wrote: > On Sun, Jun 7, 2009 at 9:37 AM, JannaB wrote: > > So I am trying to mod_proxy the site to the url with port 8

[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread Rick DeNatale
On Sun, Jun 7, 2009 at 9:37 AM, JannaB wrote: > So I am trying to mod_proxy the site to the url with port 81 that I > know works. Here is how I have the VirtualHost in my httpd.conf file > set up: > > >    ServerName gg ... > > ... > whenever I go to hit http://127.0.0.1/gg I get a 404 not fou

[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread JannaB
maybe you cannot do this with Apaqche 1.3.33 ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com To unsubscribe from th

[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread JannaB
Fred, It does not appear to be -- when I check my gg/logs and gg/logs/ mongrel_ debug logs there is nothing mentioning an error here On Jun 7, 9:42 am, Frederick Cheung wrote: > On Jun 7, 2:37 pm, JannaB wrote: > > > whenever I go to hithttp://127.0.0.1/ggIget a 404 not found error. > > I am c

[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread Frederick Cheung
On Jun 7, 2:37 pm, JannaB wrote: > whenever I go to hithttp://127.0.0.1/ggI get a 404 not found error. > I am certain my document root is correct. Can you fellows here who > have done this tell me what I am missing? Thanks, Janna B. Who is throwing the 404 ? Is it rails telling you it doesn't

[Rails] Re: Ruby w/ Apache mod_proxy

2009-06-07 Thread JannaB
I must also mention I have: LoadModule jk_module modules/mod_jk.so in httpd.conf --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@goo