If you have a large website setup or a server with limited resources, 504 Gateway Timeout Nginx Error can be seen quite often. It means that a server upstream that is acting as a gateway to handle HTTP requests is either down or too slow to manage requests. This issue is really frustrating and sometimes […]
Website Deployment Techniques
Learn website deployment techniques for your static and Dynamic website on various VPS like Digital Ocean, and Linode using LAMP Stack and LEMP Stack.
PHP5-FPM 502 Bad Gateway Error (connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory)
I personally had this 502 Bad Gateway Error issue on my website. This is the most frustrating error I have ever experienced while using NGINX with PHP5-FPM. When I went through the log I found a very simple error: 12:40:32 [crit] 4257#0: *538 connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory) while connecting […]
Your PHP installation appears to be missing the MySQL extension which is required by WordPress
If you are a WordPress user and getting an error that says “Your PHP installation appears to be missing the MYSQL extension which is required by WordPress”, then this might be very frustrating to deal with. Being a webmaster, I faced the same issue with my website. I searched online for a solution, posted in […]
How To Run XAMPP & IIS Together On Same Machine?
How to use XAMPP & IIS together? Well, working together on both IIS & XAMPP can really be a tricky task for beginners. The main aim of this article is to help beginners to get XAMPP Apache Server and IIS server works together. Since port 80 is also used by IIS, we need to change […]