Forum: Ruby on Rails Is there a way to tell if my server (ubuntu/apache) is using phusion passenger?

Posted by dv (Guest)
on 2013-03-15 19:49
(Received via mailing list)
Is there a way to tell if my server (ubuntu/apache) is using phusion
passenger?
Posted by Hassan Schroeder (Guest)
on 2013-03-16 00:07
(Received via mailing list)
On Fri, Mar 15, 2013 at 11:48 AM, dv <dviglione02@gmail.com> 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@gmail.com
http://about.me/hassanschroeder
twitter: @hassan
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.