Is there a way to tell if my server (ubuntu/apache) is using phusion passenger?

Look at the config file? :slight_smile:

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.