by admin | Apr 7, 2020 | Apache, Servers, Ubuntu
When trying to install the php7.x-imagick module in Ubuntu 18.04 using the command, # apt-get install php-imagick Facing this error, Package php7.x-imagick is not available, but is referred to by another package. This may mean that the package is missing, has been...
by admin | Jul 15, 2018 | Apache, Servers
Last day ran into an issue in which the php-fpm service was facing an issue and httpd service was failing to start. On checking the logs, could see this : Date [proxy:error] [pid] 111 connection refused:FCGI:attempt to connect to 127.0.0.1:8000 (*) failed Date...
by admin | Jul 17, 2015 | Apache, cPanel/WHM
Nginx is a very fast webserver when compared with the default Apache offered by cPanel. Nginx is known for its high performance and low resource consumption. Servers hosting WordPress sites are employing Nginx as it improves the performance. Nginx will work as a front...
by admin | Jul 16, 2015 | Apache, cPanel/WHM
“mod_pagespeed is an open-source Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth” – http://modpagespeed.com/ To incorporate this module to your Apache webserver in a cPanel running...
by admin | Feb 9, 2015 | Apache, cPanel/WHM
The mod_ruid2 Apache module changes the permissions of all of the HTTP requests for a domain to the permissions of the owner of that domain. This is just like suexec or the module mod_suphp ! If you have enabled mod_ruid2 in your server and if there are any scripts...
by admin | Oct 13, 2014 | Apache
mod_gzip is an external extension module for Apache, which uses Gzip compression method for a significant reduction of the volume of web page content served. Disabling mod_gzip has advantages as well as disadvantages. Among the advantages are that you can save up...