Nice config :). I have checked the server config and I also have:

PassengerMaxPreloaderIdleTime 0
PassengerHighPerformance on

The first one will make sure starting new instances is a bit faster (at
the expense of memory). And the second one is best described in the
official docs:

"By default, Phusion Passenger is compatible with mod_rewrite and most
other Apache modules. However, a lot of effort is required in order to
be compatible. If you turn PassengerHighPerformance to on, then Phusion
Passenger will be a little faster, in return for reduced compatibility
with other Apache modules."

Warm regards,
Ignacio


El 11-03-2015 a las 13:37, Stefan Haslinger escribió:
> 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]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at http://groups.google.com/group/hobousers.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.

Reply via email to