Hi, I have switched from mongrel to passenger and need to get my apache config working correctly. I used to have "ProxyPass /phpmyadmin !" and mongrel didnt try to process it. How do I get apache to know the /phpmyadmin is not a rails project? Must be pretty obvious but I haven''t figured it yet. Thanks Giorgio --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Fri, Jun 27, 2008 at 8:02 PM, giorgio <george.peverell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > I have switched from mongrel to passenger and need to get my apache > config working correctly. > > I used to have "ProxyPass /phpmyadmin !" and mongrel didnt try to > process it. > > How do I get apache to know the /phpmyadmin is not a rails project? > > Must be pretty obvious but I haven''t figured it yet. > > Thanks > GiorgioI have a similar problem, I just use another hostname that answers on the same db server. -- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Not really sure what you mean Anthony. Do you mean another virtual host? On Jun 28, 3:52 pm, "Anthony Ettinger" <ettin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Fri, Jun 27, 2008 at 8:02 PM, giorgio <george.pever...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi, > > > I have switched from mongrel to passenger and need to get my apache > > config working correctly. > > > I used to have "ProxyPass /phpmyadmin !" and mongrel didnt try to > > process it. > > > How do I get apache to know the /phpmyadmin is not a rails project? > > > Must be pretty obvious but I haven''t figured it yet. > > > Thanks > > Giorgio > > I have a similar problem, I just use another hostname that answers on > the same db server. > > -- > Anthony Ettinger > 408-656-2473http://anthony.ettinger.name--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yes, for example I have a shared hosting plan that I can create hosts like db.mysite.com and db.othersite.com but they both point to the same db server, called dbxxx.myhost.com. All of these are interchangable, so I can use the non RoR domain to access the RoR database. On Fri, Jun 27, 2008 at 10:35 PM, giorgio <george.peverell-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Not really sure what you mean Anthony. > Do you mean another virtual host? > > On Jun 28, 3:52 pm, "Anthony Ettinger" <ettin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> On Fri, Jun 27, 2008 at 8:02 PM, giorgio <george.pever...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> > Hi, >> >> > I have switched from mongrel to passenger and need to get my apache >> > config working correctly. >> >> > I used to have "ProxyPass /phpmyadmin !" and mongrel didnt try to >> > process it. >> >> > How do I get apache to know the /phpmyadmin is not a rails project? >> >> > Must be pretty obvious but I haven''t figured it yet. >> >> > Thanks >> > Giorgio >> >> I have a similar problem, I just use another hostname that answers on >> the same db server. >> >> -- >> Anthony Ettinger >> 408-656-2473http://anthony.ettinger.name > > >-- Anthony Ettinger 408-656-2473 http://anthony.ettinger.name --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Still dont really know what you mean. What do your virtual hosts sections in appache config look like. G. On Jun 29, 5:21 am, "Anthony Ettinger" <ettin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes, for example I have a shared hosting plan that I can create hosts > like db.mysite.com and db.othersite.com but they both point to the > same db server, called dbxxx.myhost.com. All of these are > interchangable, so I can use the non RoR domain to access the RoR > database. > > > > On Fri, Jun 27, 2008 at 10:35 PM, giorgio <george.pever...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Not really sure what you mean Anthony. > > Do you mean another virtual host? > > > On Jun 28, 3:52 pm, "Anthony Ettinger" <ettin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> On Fri, Jun 27, 2008 at 8:02 PM, giorgio <george.pever...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > >> > Hi, > > >> > I have switched from mongrel to passenger and need to get my apache > >> > config working correctly. > > >> > I used to have "ProxyPass /phpmyadmin !" and mongrel didnt try to > >> > process it. > > >> > How do I get apache to know the /phpmyadmin is not a rails project? > > >> > Must be pretty obvious but I haven''t figured it yet. > > >> > Thanks > >> > Giorgio > > >> I have a similar problem, I just use another hostname that answers on > >> the same db server. > > >> -- > >> Anthony Ettinger > >> 408-656-2473http://anthony.ettinger.name > > -- > Anthony Ettinger > 408-656-2473http://anthony.ettinger.name--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---