is this recommendation still apply for dolphin 7.2?
https://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations
it written there that its been last updated 5 years ago
is this recommendation still apply for dolphin 7.2? https://www.boonex.com/trac/dolphin/wiki/HostingServerSetupRecommendations
it written there that its been last updated 5 years ago Always remember that the future comes one day at a time. |
Hi Yzisano. I've briefly gone through the article and it does need a little bit of updating. For example, eAccelerator shouldn't be used anymore. You can use xcache for php 5.4 and other opcaches for 5.5, 5.6, 7.0 (they have inbuilt opcache if you choose to use that). You can read more on that here:
FastCGI should be replaced with mod_fcgi.
In an ideal world, PHP 7.0 would be used as it's fast, but I personally haven't been able to get Dolphin running under any of the PHP versions 5.5, 5.6 or 7.0. Boonex says it works on all versions though.
Apache 2.4 should be used, it's just better!
mod_deflate should always be used.
The document is outdated though (including the benchmarks) but it can still be used as a guide. |
oh i am already using apc as accelerator and its quite good, i started a thread about php 7 and some experienced dolphin users saied it will not work with php 7 https://www.boonex.com/forums/topic/php-7.htm
Always remember that the future comes one day at a time. |