The is tutorial will help to restrict/prevent all accounts from using their own custom php.ini file, you have to edit the /opt/suphp/etc/suphp.conf file: #vi /opt/suphp/etc/suphp.conf Uncomment these lines: [phprc_paths] ;Uncommenting these will force all requests to that handler to use the php.ini ;in the specified directory regardless of...
Continue reading
December 6, 2013 Admin
WHM/cPanel
No Comment
This tutorial will help you to setup DomainKeys and postfix configuration on Centos server. Install EPEL repository: 64 bit: # rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm 32 bit: # rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm Install DKIM: # yum install opendkim # mkdir /etc/opendkim/keys/linuxpcfix.com # export domain=linuxpcfix.com # cd /etc/opendkim/keys/linuxpcfix.com Generate Private keys as...
Continue reading
December 3, 2013 Admin
Postfix
No Comment
By default Exim will be using the main server IP to send mails. If the main server IP is listed in any spam databases, then we will not be able to send mails. In sequence to resolve this, we can alter the Exim mail server IP to any...
Continue reading
December 3, 2013 Admin
WHM/cPanel
No Comment
If you forgot your root mysql password this tutorial with help you to recover the root user passord Stop the MySQL server process. #service myql stop Start again with no grant tables. #mysqld_safe –skip-grant-tables & Login to MySQL as root. Set new password. # mysql -u root mysql>...
Continue reading
November 24, 2013 Admin
Msyql
No Comment
If you are experiencing in error/warning in particular mysql table in a database or specific table is corrupted the perform the below command to check and repair the table. #mysqlcheck -c databasename tablename -u root -p To check all tables in database. #mysqlcheck -c databasename -u root -p...
Continue reading
November 24, 2013 Admin
Msyql
No Comment