System: Ubuntu 9.10 Ruby 1.8 Rails 2.3.5 Apache 2.2 MySql I am getting a 500 Internal Server Error while using apache. Everything works fine when I use Webrick I have configured all the things using this guide https://help.ubuntu.com/community/RubyOnRails#Apache Please someone help me in getting rid of this error. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Check your error_logs in your /var/log/<apache/httpd> directory On Mon, Feb 15, 2010 at 5:24 PM, Gautam <gautamrockboy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> System: > Ubuntu 9.10 > Ruby 1.8 > Rails 2.3.5 > Apache 2.2 > MySql > > I am getting a 500 Internal Server Error while using apache. > Everything works fine when I use Webrick > > I have configured all the things using this guide > https://help.ubuntu.com/community/RubyOnRails#Apache > > Please someone help me in getting rid of this error. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Here are my error logs... i don''t understand what''s going wrong...please have a look... [Mon Feb 15 14:45:51 2010] [warn] proxy: No protocol handler was valid for the URL /mynewapp. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. [Mon Feb 15 14:46:02 2010] [warn] proxy: No protocol handler was valid for the URL /mynewapp. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. [Mon Feb 15 14:59:26 2010] [warn] proxy: No protocol handler was valid for the URL /mynewapp. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. [Mon Feb 15 15:04:45 2010] [notice] caught SIGTERM, shutting down [Mon Feb 15 15:06:00 2010] [notice] Apache/2.2.12 (Ubuntu) Phusion_Passenger/2.2.9 configured -- resuming normal operations [Mon Feb 15 15:06:35 2010] [warn] proxy: No protocol handler was valid for the URL /mynewapp. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. [Mon Feb 15 15:06:38 2010] [warn] proxy: No protocol handler was valid for the URL /favicon.ico. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule. On Feb 15, 3:22 pm, David Chua <zhc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Check your error_logs in your /var/log/<apache/httpd> directory > > On Mon, Feb 15, 2010 at 5:24 PM, Gautam <gautamrock...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > System: > > Ubuntu 9.10 > > Ruby 1.8 > > Rails 2.3.5 > > Apache 2.2 > > MySql > > > I am getting a 500 Internal Server Error while using apache. > > Everything works fine when I use Webrick > > > I have configured all the things using this guide > >https://help.ubuntu.com/community/RubyOnRails#Apache > > > Please someone help me in getting rid of this error. > > > -- > > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > > To unsubscribe from this group, send email to > > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > . > > For more options, visit this group at > >http://groups.google.com/group/rubyonrails-talk?hl=en.-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
A quick Google turned up this: http://serendipity.ruwenzori.net/index.php/2006/12/24/proxy-no-protocol-handler-was-valid-for-the-url Sounds like it''s something with mod_proxy... --Lasse 2010/2/15 Gautam <gautamrockboy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> Here are my error logs... > i don''t understand what''s going wrong...please have a look... > > [Mon Feb 15 14:45:51 2010] [warn] proxy: No protocol handler was valid > for the URL /mynewapp. If you are using a DSO version of mod_proxy, > make sure the proxy submodules are included in the configuration using > LoadModule. > [Mon Feb 15 14:46:02 2010] [warn] proxy: No protocol handler was valid > for the URL /mynewapp. If you are using a DSO version of mod_proxy, > make sure the proxy submodules are included in the configuration using > LoadModule. > [Mon Feb 15 14:59:26 2010] [warn] proxy: No protocol handler was valid > for the URL /mynewapp. If you are using a DSO version of mod_proxy, > make sure the proxy submodules are included in the configuration using > LoadModule. > [Mon Feb 15 15:04:45 2010] [notice] caught SIGTERM, shutting down > [Mon Feb 15 15:06:00 2010] [notice] Apache/2.2.12 (Ubuntu) > Phusion_Passenger/2.2.9 configured -- resuming normal operations > [Mon Feb 15 15:06:35 2010] [warn] proxy: No protocol handler was valid > for the URL /mynewapp. If you are using a DSO version of mod_proxy, > make sure the proxy submodules are included in the configuration using > LoadModule. > [Mon Feb 15 15:06:38 2010] [warn] proxy: No protocol handler was valid > for the URL /favicon.ico. If you are using a DSO version of mod_proxy, > make sure the proxy submodules are included in the configuration using > LoadModule. > > On Feb 15, 3:22 pm, David Chua <zhc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Check your error_logs in your /var/log/<apache/httpd> directory > > > > On Mon, Feb 15, 2010 at 5:24 PM, Gautam <gautamrock...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > System: > > > Ubuntu 9.10 > > > Ruby 1.8 > > > Rails 2.3.5 > > > Apache 2.2 > > > MySql > > > > > I am getting a 500 Internal Server Error while using apache. > > > Everything works fine when I use Webrick > > > > > I have configured all the things using this guide > > >https://help.ubuntu.com/community/RubyOnRails#Apache > > > > > Please someone help me in getting rid of this error. > > > > > -- > > > 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<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.