Hello,
I would like to have individuals config for my rails apps on my server, using passenger. How to do it ? For example, I want to have different PassengerPoolIdleTime ...
Hello,
I would like to have individuals config for my rails apps on my server, using passenger. How to do it ? For example, I want to have different PassengerPoolIdleTime ...
Same as everything else in Apache: put the declarations in separate per-directory contexts once you make sure that the options you want to change can actually be specified that way. Odds are good you'll want to use your existing VirtualHost blocks for this purpose.