dv
2013-Mar-15 18:48 UTC
Is there a way to tell if my server (ubuntu/apache) is using phusion passenger?
Is there a way to tell if my server (ubuntu/apache) is using phusion passenger? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.
Hassan Schroeder
2013-Mar-15 23:06 UTC
Re: Is there a way to tell if my server (ubuntu/apache) is using phusion passenger?
On Fri, Mar 15, 2013 at 11:48 AM, dv <dviglione02-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Is there a way to tell if my server (ubuntu/apache) is using phusion > passenger?Look at the config file? :-) Alternatively, see if it''s a loaded module? e.g. /usr/sbin/apache2 -t -D DUMP_MODULES | grep passenger That''s where I''d start, anyway. -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org http://about.me/hassanschroeder twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit https://groups.google.com/groups/opt_out.