1 users online. Create an account or sign in to join them.Users
Virtual Server Linux XL
A VPS hosting plan from Hosteurope for 17 EUR a month.
Description
With a minimum of 2 GB of RAM, 100 GB HD and (obviously) very fast hardware this vServer is capable of running rather demanding Symphony websites.
Reviews
If you are located in Germany (or want your vServer to be located here), I highly recommend this host. Hardware, software and support are above-average.
Just one thing: To really make this vServer fast (and get rid of “hanging” from time to time), you should change the Apache’s mpm configuration in
/etc/apache2/apache2.confwhich intially sets some values far too low. So you may use the following, for example:<IfModule mpm_prefork_module> StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxClients 150 MaxRequestsPerChild 0 </IfModule>(The above is the prefork module part of the config file — this is the mpm in use. So you don’t need to change the values for the worker module.)
I'm also hosting with Host Europe, very recommended.