Dipali Nagrale
Dipali Nagrale

Reputation: 520

How to start passenger in rails application?

I am having two application in my single apache server. Say App1 and App2.

Now I want to start passenger on only one application.

How can I start and stop passenger on single application?

Upvotes: 2

Views: 2696

Answers (2)

Tombart
Tombart

Reputation: 32466

if you want to add passenger as a module into Apache, there's a script which comes with passenger gem, if you have passenger in your PATH, you just enter in terminal:

passenger-install-apache2-module

Upvotes: 2

Related Questions