You can use the following steps to install or upgrade php
1. download the required version from http://www.php.net/ (recommended .tar.gz)
2 extract the file tar -xvzf php-5.3.8.tar.gz
3. cd php-5.3.
then configure the php with the existing configuration
/configure --prefix /usr/local/bin...
Please make sure that you have made the following changes after the csf installation
vi /etc/csf/csf.conf
TESTING=1 >> TESTING=0
Otherwise the changes you have made on csf configuration will not save.
you can use the following useful mysql commands
Command to dump the mysql database
mysqldump database_name > database_name.sql
To restore a DB from backup
mysql database_name < database_name.sql
To delete a mysql database
mysqladmin drop database_name
Instead of checking the cpanel error_log, please check the apache error_log located at /usr/local/apache/logs/error_log. Please let me know how you have installed wordpress?. In cpanel there is automated scripts like fantastico or softaculus to install wordpress.
first remove the lock file
rm /var/lock/subsys/httpd
then kill all the httpd process
killall -9 httpd
then start the http process. If problem facing again please check the disk usage and vps configuration
To access cpanel securely you can use the port 2083.
ie domainname:2083
If you are facing the same problem please try the same in different browsers like firefox, IE.
You need to check two things here.
1. permission of your .htaccess file, It should be 644
2. Ownership of your .htaccess file, it should be ownered by your site's username.
If you have ssh access to your server then you can use any one of the following virus scan methods.
1. Maldet scan
syntax: maldet --scan-all /home/username/public_html
2. clamcan
syntax: clamscan -r /home/username/public_html --infected
If you dont have the ssh access you can contact your...
Hostingmates.com provides shared hosting at 1$/month. You can find the plan here .
A number of other shared hosting plans are included here , please find the following
Starter 1$/month
5 GB Disk Space
50 GB Monthly Bandwidth
5 Add-on Domains
5 Parked Domains
Autoscript installer
Latest...
we have five different hosting plans for vps, you can find the plans here hostingplans
Starter [VPS]: $6.99/monthly
30 GB Storage
10 TB Monthly Bandwidth
256 MB Dedicated RAM
512 MB Burstable RAM
1 Gbps Port (shared)
1 IP Adress
99.99% Server Uptime
Instant Activation
Ordernow
It is the average number of processes waiting in queue to be executed by the CPU over the specified period of time.
First off, there are three load averages. From left to right there is, 1 minute load average, 5 minutes load average and 15 minutes load average.
eg:- load average: 1.10...
1. Ext3 stands for third extended file system.
Ext4 stands for fourth extended file system.
2. ext3 Supports from Linux Kernel 2.4.15
ext4 Supports from Linux Kernel 2.6.19
3. Overall ext3 file system size can be from 2 TB to 32 TB
Overall maximum ext4 file system size is 1 EB...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.