Removing a passphrase from an SSL Key

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

InnoDB engine status showing disabled in Mysql

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

WHM default page not showing on shared ip.

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

Categorized Tag Cloud