When will PHP7 become the default?
EasyEngine says "PHP7.0 is experimental feature and it may not work with all plugins of your site." I was wondering, will PHP7 become the default anytime soon?
View ArticleWhen will PHP7 become the default?
It will be the default as soon as there is a stable release of php7. -> http://php.net But for wordpress is already fully compatible with it
View ArticleEasyEngine and Docker
rexi88: Anyone have any more info on this? You can use docker easily and route your container with easyengine. I have made a gist with some useful command :...
View ArticleSysctl Optimization for Ubuntu 16.04
Hi, Can someone with experience please respond to this or update the KB article? Thanks
View ArticleA weird issue with EasyEngine/Nginx and php short_open_tag
No you will have to edit the settings in /etc/php5.6 or php7.0/fpm/conf.d/php.ini and to activate it. It's always disabled by default in all php configuration.
View ArticleNon-SSL site listening on https
If you haven't setup letsencrypt on your vps yet, it could be a bug, because nginx should not listen on the port 443. Check the nginx configuration to see if there is something listening on https
View ArticleWhat caching method should i use for a static site?
I agree with you , the biggest performance issue is always the pagebuilder and his extensions. It take times to create your own page templates, but to have a page loading time under 1sec, it's the...
View ArticleLet'sEncrypt with Cloudflare
Flexible SSL is just a marketing SSL. It only print the green padlock to your visitors, but not safe at all. Using full SSL with letsencrypt + cloudflare is already better, but be careful for the...
View ArticleNon-SSL site listening on https
Actually i have 5 websites on this vps and 3 of them are using letsencrypt and 2 others using http. Those 2 domains that are not configured to use ssl should not listen on port 443. but when i check...
View ArticleNginx Cache filling up please help!
Hi, I recently setup a web server with Easyengine Nginx Cache + W3TC. It is performing very well, but the problem is Nginx cache seems to fill up very fast (about in a day). This web server hosts a...
View Article"WordPress Address (URL)"&"Site Address (URL)" in WP Multi-site
you can use this: EasyEngine Wordpress non-www to www cd /var/www/domain.com/htdocs wp option set home http://www.domain.com wp option set siteurl http://www.domain.com so no need to be logged into...
View ArticleNginx and EasyEngine wpsite
Hi community! Im not really familiar with all this stuff, so if you guys could help that would be awesome. I succesfully installed a wp site on mydomain.com, but after installing nginx to configure...
View Article[SOLVED] Ssl nginx error (ssl_stapling)
Please post content of your /var/www/tovp.org/conf/nginx/ssl.conf file.
View Article[SOLVED] Ssl nginx error (ssl_stapling)
I see the website works now, is that correct? Otherwise you should stop nginx service and then try updating your SSL cert. I think there's still a bug in the integration of easyengine and Let's...
View Article"WordPress Address (URL)"&"Site Address (URL)" in WP Multi-site
@tyrro Let me make sure I've got this... You're suggesting to: cd /var/www/example.com/htdocs/ ...and run some commands (I assume they are WP-CLI commands): wp option set home https://example.com...
View ArticleRt-media and IOS?
Hello @billy, We use private message only for any sensitive details ( such as temporary login details ) of the user as they cannot be discussed in here. We will need to check the issue. If there is...
View ArticleNon-SSL site listening on https
Yes but it could be a bug with the force-ssl settings. Check /etc/nginx/conf.d/ files to see if it can be that.
View ArticleLibrary issues
Hello @jesse_peng, Please, could you explain a little more on what kind of Media Management you are looking for your requirement? If possible, please add any screenshot or example. It would help more...
View ArticleNon-SSL site listening on https
In my opinion the way EasyEngine forces SSL by placing a force-ssl.conf file in /etc/nginx/conf.d is wrong. Everything in /etc/nginx/conf.d is included by default in the main nginx.conf file, thus...
View Article"WordPress Address (URL)"&"Site Address (URL)" in WP Multi-site
yes, it should work for both.
View Article