Multiple Versions of PHP in plesk
By default, in latest version of plesk we will have 5.4 version of php. So if you need additional php version, you can install seperatly and those additional version will be available in fastcgi and cgiRead More…
By default, in latest version of plesk we will have 5.4 version of php. So if you need additional php version, you can install seperatly and those additional version will be available in fastcgi and cgiRead More…
Clients who use fail2ban can block the bruteforce attack on wp-login.php and joomala admin using the below details. In /etc/fail2ban/jail.conf add the below details [wordpress-wp-login] enabled = true port = http,https action = iptables[name=WP, port=http, protocol=tcp]Read More…
Apache was getting stopped automatically with the below logs in the Apache Error log: [Tue Jul 22 22:29:35 2014] [alert] Child 30758 returned a Fatal error… Apache is exiting! [Tue Jul 22 22:29:35 2014] [emerg] (43)Identifier removed: couldn’t grabRead More…
Last day there was an issue for a wordpress installation. None of the product images are not working and if we take the image directly in the browser, we can see the below errors ================== Warning:Read More…
The following script will give an overview of all the domains and the corresponding hits to wordpress login page. By analyzing the result, you will be be able to find which all domains are facing brute-forceRead More…
Redis is an open-source, networked, in-memory, key-value data store with optional durability. It is written in ANSI C. It’s a “NoSQL” key-value data store. More precisely, it is a data structure server. To install Redis asRead More…
You may face such error when you try to connect to the email server ( postfix ) from your email client, especially when you use the alternate SMTP port. To fix this error, open /etc/postfix/master.cf usingRead More…
ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG,Read More…
I have seen many people warn customers about a few minutes of downtime while running EasyApache on their servers. So they always suggest to run it is off-peak hours. Though it is not recommend to recompileRead More…
Today we had this strange error in WHM while attempting to install SSL certificate for a domain. Auto-fill option worked just fine and filled each field with correct data. But clicking on “Install” button kept showingRead More…