I try to solve the problem described here by adding some Passenger configuration options to my virtual host settings, like this:
<VirtualHost 123.123.123.456:80>
DocumentRoot /var/www/my-app/public
ServerName my-awesome-site.com
PassengerMinInstances 1
PassengerPoolIdleTime 1000
</VirtualHost>
PassengerPreStart http.//my-awesome-site.com
When I tell Apache2 to restart, it tells me:
Invalid command 'PassengerMinInstances', perhaps misspelled or
defined by a module not included in the server configuration
My system: Server version: Apache/2.2.8 (Ubuntu), Passenger version: 3.0.8
I couldn´t find an answer to this problem yet.
Any hints, folks?