!!!!
I hate that………………………………………………………..
What is the full cPanel version number? The following command may be used to obtain the version information:
Code:
# cat /usr/local/cpanel/version && echo
Has the system Roundcube configuration been converted from MySQL to SQLite? Via root SSH access the following command may be used to determine the status of Roundcube using SQLite or MySQL:
grep roundcube_db /var/cpanel/cpanel.config
And cpanel provide a script to auto convert mysqto mysql lite as well..btttt, i forget and lazy to find it….
I got the below error while browsing to SilverStripe application URL
“Website Error
There has been an error
The website server has not been able to respond to your request.”
I cant find any errors from error log, etc.
Solution: Try adding
?isDev=1 after the URL – that should give you a whole lot of text that may or may not help to identify the problem.
or
You can do this by adding Director::set_environment_type(”dev”); to your mysite/_config.php file.
the above 2 steps are to get the detail errors.
At last, you can add db/build?flush=1 behind the URL to flush the database.
~Done
Cpanel>
type: /scripts/setbwlimit –domain=domainname –limit=100000
Output:
Setting up desparkauto.edu.my with limit of 100000…
Done!
-after that, may go to /usr/local/apache/conf/userdata/std/2/username/domain/ double checked the files, there will be a file name end with .conf
-open the files, it will contain: SecRuleEngine Off
-restart services
Done~
WHY?!
Have a grep: grep “FAILED LOGIN” /usr/local/cpanel/logs/login_log , you would get the below logs:
xxx.xxx.xxx.150 – suganthi.louis@silq.com [01/07/2010:07:45:44 -0000] “GET /3rdparty/roundcube/?_task=mail&_mbox=INBOX HTTP/1.1″ FAILED LOGIN webmaild: cookie ip check: IP address has changed
yyy.yyy.xxx.150 – xxx@bear.com [01/07/2010:07:46:07 -0000] “GET /3rdparty/roundcube/?_task=mail&_mbox=INBOX HTTP/1.1″ FAILED LOGIN webmaild: user password incorrect
yyy.xx.yyy.70 – xxx@bear.com [01/07/2010:08:01:56 -0000] “GET /3rdparty/roundcube/skins/x3/images/icons/down_small.gif HTTP/1.1″ FAILED LOGIN webmaild: cookie ip check: IP address has changed
xxx.xxx.xxx.150 – xxx@bear.com [01/07/2010:08:08:16 -0000] “GET /3rdparty/roundcube/?_task=mail&_action=show&_uid=2&_mbox=INBOX HTTP/1.1″ FAILED LOGIN webmaild: cookie ip check: IP address has changed
~
As tried performing Diagnostics from DNP, I am getting the below:
Error: SmarterStats service is unavailable. The request failed with HTTP status 400: Bad Request.
Solution:
Remote access to the server > IIS > look for SmarterStats > Advanced setting
change: the IP to all unassigned; Port 9999; Host Header Blank <—-all unassigned is IMPORTANT!!!
Now, you can perform again Diagnostics, it should work fine now
今天是2010年1月1日,进入新的一年了
我在哪里呢?老样子,现在,正在做工!过去的一年,我又做了什么?
。。。。。。。。。。。。。。。。
Wishing every one dreams come true!!
Horde application file path: /usr/local/cpanel/base/horde/
How to increase limit of the size of emails that can be fetched using Hordemail.
The path: /usr/local/cpanel/base/horde/imp/config/
conf.php
config.xml
Look for the above two files and edit the size limit at field and save it.
$conf['fetchmail']['size_limit'] = ‘4000000′;
You might need to increase value for ‘memory_limit’ in php.ini
php.ini for Horde application: /usr/local/cpanel/3rdparty/etc/horde
You could always run the file: test.php at /usr/local/cpanel/base/horde to check on the application setting, etc.
~!!
What is the usage for email_accounts.yaml ??
/home/username/.cpanel]# pico email_accounts.yaml
Answer:
YAML file contains a list of the current e-mail accounts
Ooops..I got the below message while restarting httpd services and WHM is not working fine
Solution:
Have a check on the path /etc/ , list those files which contain *disable*
Result:
root@bearbear [/etc]# ls *disable*
httpddisable apachedisable entropychatdisable interchangedisable melangedisable mysqldisable
>> Delete the file: httpddisable apachedisable
Now, service httpd is running fine.
root@bearbear [~]# service httpd status
Server uptime: 4 seconds
~!!