Reputation: 520
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
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
Reputation: 6036
try this way to start passenger
http://www.modrails.com/documentation/Users%20guide%20Standalone.html#_usage
Upvotes: 0