Cpanel has released php 5.3 in easyapache but there are several features which are missing in php 5.3.
Like php 5.3 does not support Zend. However PHP 5.3.1 introduces namespaces, late static binding, decreased memory usage (YMMV), several new extensions, and improved MySQL support. Be sure to...
Passive mode is always very important for ftp servers, if you are running csf firewall and cannot connect to ftp server then it means that range of passive ports is blocked in firewall. Here are simple steps
1) Add Passive Port range 30000-350000 to your Pureftp or Proftp configuration...
Some times you get error from cpanel
Domain example.com has exceeded the max emails per hour (200) allowed. Message discarded.
Simple solution for it is
echo domain.com=10000 >> /var/cpanel/maxemails
Result will be
root@server [/]# cat /var/cpanel/maxemails
# If you update...
The problem is when you attempt to visit “http://example.com/cpanel” and you get the following message or similar:
The requested URL /cpanel was not found on this server.
To fix this, you can add following in /usr/local/apache/conf/httpd.conf
ErrorDocument 400 /400.shtml
ErrorDocument...
ahh,,,,I changed my theme to test rvskin theme, but after that I was not able to change it back to x3
Searched on google and found this simple way.
Just run below url in address bar of browser when you are login in cpanel of your...
You can install by running one command only
#/scripts/installimagemagick
You can check whether imagemagick is installed or not using
#/scripts/checkimagemagick
If this installation does not work, then you can uninstall it and install it manually
#/scripts/cleanimagemagick
And...
You just have to login to your server via ssh.
Navigate to /usr/local/apache/htdocs
# cd /usr/local/apache/htdocs
And finaly edit the file index.html
# nano index.html
If you list the content of /usr/local/apache/htdocs you will see that you can also modify the content of other error pages...
More then a year ago, cPanel added a future to the Exim Configuration Editor for everyone to easily select from two RBLs (spamhaus.org and spamcop.net) that can be used to filter most of the SPAM that a server receives. While this has been great for most of us (enabling a RBL is a simple as...
For users that are behind a firewall it might be required that you enable passive ftp in your ftp server and client.
While enabling passive ftp in your ftp client is simple, doing so in your ftp server configuration files might be a bit tricky if you don’t know what you are doing.
This...