This tutorials will help you to removing a passphrase from an SSL Key The classic process for creating an SSL certificate is as follows: # openssl genrsa -des3 -out www.linuxpcfix.com.key 2048 When creating the key, you can let alone entering the initial passphrase in general using: # openssl...
Continue reading
January 25, 2014 Admin
SSL
No Comment
The server has reached its limit for processing requests from your host.\n451 Please try again later. It generally appears when your server simultaneous incoming connections limit exceeded. So to resolve the issue please increase the incomming connection limit in server’s exim.conf file. By default simultaneous incoming connections limit...
Continue reading
January 11, 2014 Admin
Centos/RHEL
2 Comments
The InnoDB by default enabled. But sometime it automatically disabled due to uncleanly shutdown or any other reasons. To view the Innodb status in mysql. #mysql -u root -p mysql> show engines; InnoDB |DISABLED 1. To resolve the problem append the below line in my.cnf file. #skip-innodb then...
Continue reading
December 30, 2013 Admin
Msyql
No Comment
When you try to access the default IP of a shared server, or the domain which is not exists but dns resolving it to the shared ip , the default action of apache is to show the first domain it finds in the apache server config. The first...
Continue reading
December 28, 2013 Admin
WHM/cPanel
No Comment
Sorry, a mysql user with the name “username” already exists. If your are getting the error as “Sorry, a mysql user with the name “username” already exists”, While creating, restoring new account in WHM. To resolve the issue follow the below steps. 1. Check for entries of that...
Continue reading
December 28, 2013 Admin
WHM/cPanel
1 Comment