Problem With Solutions

Something Different In Linux

Home » 2010 » July

How to migrate  and restore single account from one cpanel server to another cpanel server Login to source server : /scripts/whoowns domain.com It shows the username for that domain name. You can create  full backup  of account which contain all data, database and emails by using following command. #/scripts/pkgacct username Change the permission #chmod 755  [ Read More ]

enable mysql Query cache

Posted by Rishikesh Vispute Categories: mysql

How to enable mysql Query cache on linux server? Ans: You need to login to mysql by using root accesss. ========================== root@server[~]#mysql -u root –pPASSWORD mysql> SET GLOBAL query_cache_size = 16777216;              (If you want to set query_cache_size=16 MB) ========================== Then open the my.cnf file and add the following directives. # vi /etc/my.cnf query_cache_size = 268435456  [ Read More ]

How to Re-Install cPanel Softwares

Posted by Rishikesh Vispute Categories: cpanel

You can easily reinstall the cpanel softwares. Roundcube: /usr/local/cpanel/bin/update-roundcube –force Horde: /usr/local/cpanel/bin/update-horde –force or /scripts/fullhordereset Squirrelmail /usr/local/cpanel/bin/update-squirrelmail –force cPanel /scripts/upcp MySQL /scripts/mysqlup PostgreSQL /scripts/installpostgres phpMyAdmin /usr/local/cpanel/bin/updatephpmyadmin pureFTP /scripts/ftpup –force (See: Installing and Configuring pure-FTP) Exim /scripts/eximup Courier IMAP /scripts/courierup –force (See: Installing/Configuring Courier IMAP) Dovecot /scripts/dovecotup –force (See: Installing and Configuring Dovecot) cpAddons /scripts/cpaddonsup NSD/BIND  [ Read More ]

http://localhost/removecookies”

Posted by Rishikesh Vispute Categories: Uncategorized

When any page shows blank page and redirected to the URL http://localhost/removecookies” Then the problem due the mod security check the server  logs and disable the mod security rules which is affected for your domain. If server logs not shows any error logs then completely disable the mod security for your domain.

Error : Exception printing is disabled by default for security reasons. Error log record number: XXXXXXXXXXXXXXX Solution : After installation of magento then some of pages shows this error. Exception printing is disabled by default for security reasons. Error log record number: XXXXXXXXXXXXXXX In this case you need to check following steps. 1) Go to  [ Read More ]

remove index.php from url in magento

Posted by Rishikesh Vispute Categories: magento

How to remove index.php from url in magento Ans : If you want to access your magento URL without index.php for example: http://domain.com/index.php/category to http://domain.com/category then use the following steps 1) Login to admin section by using the URL http://domain.com/index.php/admin 2) then go to “System >>  Configuration >>Web >> Search Engines Optimization” Use Web Server  [ Read More ]

To Disable SSLv2 and enable SSLv3 in the server in cpanel Linux Server Edit the ssl.conf file root@server []# vi /usr/local/apache/conf/ssl.conf Edit the line from SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL To SSLProtocol -SSLv2 +SSLv3 +TLSv1 SSLCipherSuite !NULL:!ADH:!EXP:!LOW:SSLv3:+HIGH:+MEDIUM root@server []# /etc/init.d/httpd restart You can connect the server using OpenSSL to test it SSLv3 enable or not : root@server []#  [ Read More ]

view the content of .csr file

Posted by Rishikesh Vispute Categories: Uncategorized

If you want to check the .csr file content then use the following command to check the details of CSR. openssl req -text -noout -in host.csr Note: change the host.csr to original .csf file name.

Page optimized by WP Minify WordPress Plugin

Optimized by SEO Ultimate