Setting up database taking unexpectedly long time
Use ee stack restart. This will help you in this kind of errors.
View ArticleCould I change redis to unix socket?
Instead of: connectPort = PortNumber 6379 you would have: connectPort = UnixSocket "/tmp/redis.sock" Of course, /tmp/redis.sock should be declared in the server-side Redis configuration file using the...
View ArticleIssues with Likes & Comments
Hello @wbaro, It should work properly. Could you please once check by deactivating other plugins ( except rtMedia and BuddyPress )? It could be a plugin conflict. Additionally, please check the server...
View ArticleStreaming mp4 video with --wpfc
It was on a dedicated box with 32gb ram, apache, mysql, php5.6 w/ opcache... and started getting a bit nasty around ~400 concurrent users on the site (wordpress). I decided to move it over to a 4gb...
View ArticleEasyEngine redirect loop Let's Encrypt
Today I enabled Let's Encrypt for one of my site. Then I got a redirect loop. I added following code to "server block". > return 301 https://www.drcrhub.com$request_uri; Now my site redirect to...
View ArticleEasyEngine redirect loop Let's Encrypt
Can you share the output of command ee site list for the further help?
View ArticleEasyEngine redirect loop Let's Encrypt
You shouldn't add any 301 manually, since EasyEngine takes care of all configurations. Remove your code from the server block, reload Nginx e celebrate your victory.
View ArticleMedia gallery broken
Hello @Borja_Navarro, We sent you a private reply for the further details regarding your query. Thank you.
View ArticleCan not install stack
can not create site after ee is installed. Below are command and error log. Thanks for anyone can help. sudo ee site create example.com --wpAdding repository for MySQL, please wait...Adding repository...
View ArticleFTP Jails for Users' Directories
With the need for www-data to own files/folders for updates / execution to work in WordPress, is there an easy (read: automated) way to set up FTP jails for each user in their respective...
View ArticleFTP Jails for Users' Directories
Just the answer I was looking for. Thanks! Is this in the works?
View ArticleFTP Jails for Users' Directories
All I know is there is a brand new EaseyEngine being rewritten from scratch. I can't confirm anything, since I'm just a user just like you (perpahs with a little more experience, nothing else).
View ArticleThe hazzle of LE Cert updates
hmm really no one? I just received the next emails from LE telling me that Certs are expiring even though crons are set. I can't see anything on /var/log/ee/ee.log or...
View ArticleTrying to understand EE
UPDATE: playing with EE - way better than ISPConfig for now! great stuff. I'll put some money in for sure Hi I'd be glad to understand if EE can basically replace webserver management tools like...
View ArticleEasyengine Let's encrypt enabled site all CDN subdomains redirect to main domain
Today I enabled let's encrypt via easyengine. Now let's encrypt enabled sites all the CDN sub domains are 301 redirect to the main domain. Anyway to fix this matter? I use cdn.net with Cloudflare...
View ArticleCan I run php 5.6 in a specific directory?
I assume you used EE to set up the wordpress site. You just need a separate location block for the old site. Here's an example. This is the content of the file...
View Article