Skip to main content

OnlineSupport4u

Domain name Transfer

By PrasadNaik
March 30, 2014

To transfer the domain name from your old domain registrar to us                                             Please apply using below URL Once done please make sure the at your old domain registrar 1) You need to disable the privacy Protection                                       […]

Read More

Adding a custom php.ini cPanel account

By PrasadNaik
March 30, 2014

To make your account in cpanel  server have custom php.ini for all subfolder                       You need to use below code steps 1)   Login to server via SSH 2) scp /usr/local/lib/php.ini  /home/cpanelusername/public_html/ 3)   vi /home/cpanelusername/public_html/.htaccess Add below code suPHP_ConfigPath /home/pankaj12/public_html <Files php.ini> order allow,deny deny from all </Files> Once done custom php.ini should be available for all […]

Read More

FATAL: Test install failed cpanel

By PrasadNaik
March 25, 2014

  If you get below fatal error while updating cpanel   [20140325.101511] ***** FATAL: Test install failed:     package cpanel-php54-ingo-3.1.2-3.cp1142.noarch is already installed [20140325.101511]   The Administrator will be notified to review this output when this script completes [20140325.101511] ***** FATAL: Error testing if the RPMs will install: Died at /usr/local/cpanel/scripts/updatenow.static-cpanelsync line 14050. [20140325.101511]   see http://go.cpanel.net/rpmcheckfailed […]

Read More

“perl: warning: Setting locale failed”

By PrasadNaik
March 23, 2014

This post shows a simple way of fixing  warning when running perl in linux. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = “UTF-8”, LANG = “en_US.UTF-8”     are supported and installed on your system. perl: warning: Falling back to the standard […]

Read More

Lynx file “/etc/lynx.lss” is not available.

By PrasadNaik
March 23, 2014

Are you getting below error in cpanel for cron  Lynx file “/etc/lynx.lss” is not available” in cpanel server ?  You can fix it using below mentioned setting   # vi /var/cpanel/exim.conf.deps   and append it and add below entries                             /etc/lynx.lss Now Save file and quit and error should dissappear          

Read More

Wrong mailbox quota in cPanel

By PrasadNaik
March 23, 2014

If your cpanel is showing wrong mailbox quota than the actual usage  You  need to Do the following steps to get it fixed. Login to your server with root user and check the actual usage of email account #cd  /home/username/mail/domain.rld / #du -sch emailaccount If you found the difference in actual usage and cpanel results […]

Read More

The mod_security plugin could not connect to the database: cPanel

By PrasadNaik
March 23, 2014

If you have been getting the error “The mod_security plugin could not connect to the  database” Below are the steps to rectify it SSH to server Check the password set for modsec database using below command, In my case below was the password root@vps [~]# grep “dbpassword” /etc/cron.hourly/modsecparse.pl my $dbpassword = ‘qS_lqkU5mXkA’; my $dbh  = […]

Read More

Connection To Storage Server Failed (Roundcube login issue, installed from cpanel)

By PrasadNaik
October 28, 2013

Edit:  /home/mydomain/pathtoroundcube/config/main.inc.php and changed $rcmail_config[‘default_host’] = ‘ssl://imap.site.com’; to $rcmail_config[‘default_host’] = ‘mail.mydomain.com‘;

Read More

Change the default character set in Apache

By PrasadNaik
October 28, 2013

By default apache  sets the default character set in Apache to UTF-8. You can set it using .htaccess  using below rule for arabic AddDefaultCharset ISO-8859-1 Thats would make web browser show arabic character    

Read More
1 22 23 24 25