Nginx Error: [::1]:80 failed: Address family not supported by protocol [Solved] Question: I have installed Nginx on a Ubuntu Xenial machine through apt-get. However the service failed to start with an...
Fix WordPress Posts 404 Error after changing Permalink! Question: I changed the default permalink structure to postname, but now all the WordPress posts throw 404 not found error....
How to Fix the Error – ModSecurity: Access denied with code 44 [Apache] Question: I was trying to upload a PDF file of size 2MB in MediaWiki and hit with 500 internal server...
How to Fix DROWN Vulnerability in Apache/NGINX Web server and SMTP? Here’s a latest vulnerability called DROWN (Decrypting RSA with Obsolete and Weakened eNcryption) that aims to attack servers using weak...
Block Out Spam Referral Traffic from qualitymarketzone.com in Google Analytics Less than a month ago, I wrote few articles on Ghost spams and how to block an unwanted web traffic...
Block Traffic to your Website from a Bad Bot – WeSEE_Bot:we_help_monitize_your_site It’s been a month of traffic from Bad bots – yes, recently my website received thousands of impressions from a...
How to Block Unwanted Spam Traffic From Bad Referrer Websites like Clictune? My website generally gets consistent web traffic – means, I don’t see big jump or downfall all of a sudden....
How to Hide or Remove Unwanted Apache Headers to Protect your WordPress Site? It all starts from here – whenever the client requests for a page, the server sends out response data (the...
How to Redirect WWW domain to Non-WWW using .htaccess? Set Canonical Page for Better SEO! I guess, few might have this question already in their mind – why should I redirect www domain to non-www domain...
How to List all Modules Loaded or Enabled in Apache httpd? Question : Recently, I was learning how to secure Apache web server guide – in which one of the suggestion was to...
Error : Permission denied: .htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable [Solved] If you are getting this error “Permission denied: /var/www/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable“. Then...
Dramatically improve the Speed of Google Pagespeed using TMFS! Are you using Google PageSpeed? Then you might want to improve its performance by configuring it to save cache in...
How I removed Thousands of Unnatural and Low quality Backlinks that affected Search ranking? My website was not a big performer in search engine rankings, but still it receives few thousands of search visits...
How to configure Nginx with PHP and FastCGI on CentOS We saw how to install Nginx using yum on CentOS and with luck going bad encountered errors like eventfd() failed and...
Step-by-Step guide to setup an init script for nginx service start/stop This guide will show you how to setup an init script for nginx service start/stop. If you have installed Nginx...
[Nginx Error]: Compiling nginx on CentOS : PCRE Library problem and a quick solution While building nginx from source on CentOS/RHEL machine, encountered a very strange error as shown below: ./configure: error: the HTTP...
[Nginx Error]: worker process exited with fatal code 2 and eventfd() failed. (38: Function not implemented) We saw how easy it was to install and configure Nginx using yum on a CentOS machine. But couldn’t configure...
How to enable file browser mode in Nginx? By default Nginx directory listing is disabled which is always recommended. Even then, we need to have directory listing for...
Find out the flags used in Apache/Nginx/PHP compilation Sometimes a situation comes, wherein you need to know the flags used during Apache/Nginx/PHP compilation. Even if you have installed...
How to install a SSL certificate and configure SSL Support in Nginx We learnt from our previous articles, how to install, configure and run nginx on RHEL/CentOS. Typically, SSL is used to...