Hi folks, I thought, I just chime in share my config. I believe I had the same issues 2013 and got rid of them using something along the lines of
PassengerPreStart http://www.informatom.com PassengerPoolIdleTime 0 <VirtualHost *:80> PassengerMinInstances 1 ServerName www.informatom.com ServerAlias informatom.com stefan-haslinger.at www.stefan-haslinger.at layer8.informatom.com DocumentRoot /var/rails/informatom/public RailsEnv production RackEnv production RackBaseURI / <Directory /var/rails/informatom/public> Options FollowSymLinks AllowOverride None Order allow,deny Allow from all Options -MultiViews </Directory> <Location /assets/> Header unset ETag FileETag None ExpiresActive On ExpiresDefault "access plus 1 year" </Location> </VirtualHost> - PreStart takes some time on reboot, reload, but starts automatically, - PoolIdleTime 0 - PassengerMinInstances 1 never let the last instance die. Btw. any improvements on this config are welcome. Ciao, Stefan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
