Only troubles lately with 16.04 on Linode
Yes ... have done browser cache clearning, DNSflush and even tried it through googles DNS servers in order to rule out my ISP's DNS ... The problem persists and seems to be NGINX related. It's a...
View ArticleOnly troubles lately with 16.04 on Linode
And now I have nearly solved it ... however I don't understand what it means : When I installed the WP site with the EE command, it left the default in /etc/nginx/sites-enabled. This should not be a...
View ArticleOnly troubles lately with 16.04 on Linode
For anybody having this issue ... the solutions is here : http://serverfault.com/questions/800683/nginx-serves-wrong-site-inconsistently-deepening-on-browsing-location
View ArticleOnly troubles lately with 16.04 on Linode
Lex, I read your post and the reply. Thank you very much for taking the time to write down your solution. I agree with the IPv6 thing. It's better to disable the IPv6 in the server block. But I have...
View ArticleMy Site and Easyengine Hacked
we have restored your server backup. We think that you became a victim of: http://www.bleepingcomputer.com/news/security/hacked-redis-servers-being-used-to-install-the-fairware-ransomware-attack/ If...
View ArticleOnly troubles lately with 16.04 on Linode
eetry, Thanks .. I hope that it's useful for others ... It turns out that the reason why it worked at home and not at work is because I believe that ISP that I use at work must be converting IPv4 to...
View ArticleCache Miss in --wpredis
When I run: curl -X GET -I http://chinatraders.in Here's what I see: HTTP/1.1 200 OK Server: nginx Date: Fri, 02 Sep 2016 16:02:41 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 14707...
View ArticleMy Site and Easyengine Hacked
I just don't understand how exploiters manage to access a REDIS server if the TCP port 6379 is blocked in firewall. Your server has a firewall blocking all ports but 22, 80 and 443 for external...
View ArticleCache Miss in --wpredis
Glad that it's working fine. I tried both in my mac's terminal as well as with in the VPS itself. What might be the cause?
View ArticleMy Site and Easyengine Hacked
Thanks janiosarmento, I really don't know much about the EasyEngine. Can you show me how to check the blocking ports ?
View ArticleHow to change domain with existing ee setup?
great job, it works but it redirect the url to old site on multisite.
View ArticleMy Site and Easyengine Hacked
Thanks, Correct the 6379 port is blocked, janiosarmento can you provide some guide or video tutorial to extend the security of VPS Server (EasyEngine) ? I have installed the Wordfence to my WordPress...
View ArticleMy Site and Easyengine Hacked
IMHO WordFence is a lie, I don't trust it. If you block ports 22 and 22222 you won't be able to access your server via SSH, neither you'll be able to access administrative tools (I usually block 22222).
View ArticleIndex for subdomain (api.domain.com) not working, serves pages for domain.com
I have 2 sites as below: # cat /etc/nginx/sites-available/example.com server { listen 443; ssl on; server_name www.example.com; ssl_certificate /var/www/example.com/cert/example.com.crt;...
View ArticleThe New Transcoder
I've downloaded the new plug-in to find that there is still an issue with no video thumbnails being generated. Please advise, is this on my end or yours? Also, is this not a major feature needed for...
View ArticleRegular user can't delete last photo?
For some reason, regular users can't delete all their photos and are forced to retain 1 photo. However, with admins don't have this problem. I have never noticed this before. Is this supposed to...
View Articlertmedia_privacy_levels Filter, Modify Privacy Levels
My goal is to remove "Public" and "Private". Reference link: https://rtmedia.io/docs/developers/hooks/filter-to-modify-default-privacy-options/ I putted it in my theme function.php this code, and it...
View ArticleMy Site and Easyengine Hacked
Is it good practice to change auth port (22222)? How about changing the port 22 ? As of now, I have dealt with so many retries on my wp-login.php and most of the attack has been blocked by Wordfence....
View ArticleChange permalinks
Top @janiosarmento Thank you, now it's perfect. Here's the code I used adapted, following the pattern of your post: location ~ "^/([0-9]{4})/([0-9]{2})/([^/]+)/(.*)$" { rewrite...
View Article