In this tutorial we will install and setup Apache web server and PHP. There are many newbies out there who are really new to Linux, VPS or Server, so here i am posting easier way to setup a working live server to host websites in it. […]
Category: Cpanel
LFD Excessive Resource Usage Alerts
The LFD service sometimes send excessive resource usage alerts as below: Time: Thu Nov 5 12:25:47 2015 -0500 PID: 486516 (Parent PID:485265) Account: xxxxxx Resource: Virtual Memory Size Exceeded: 210 > 200 (MB) Executable: /usr/bin/php Command Line: /usr/bin/php /home/xxxxxx/public_html/index.php PID: 24933 (Parent PID:22578) Killed: No Normally these alerts received when a process utilizes more than the […]
How to Enable MySQL Event Scheduler status
We needs to enable the event scheduler in MySQL for some applications to work properly. In this case, a small change is required in the MySQL configuration file my.cnf. […]
“Another mysqld server running on port: 3306” error
While starting/restarting the MySQL service on a Linux server,MySQL service may start throwing errors as below: […]
“MySQL is running but PID file could not be found” error
Sometimes while restarting MySQL service, you may get a error as: In our case, the issue was with the pid file and solution is: […]
Test Linux Operating System for IPv6 Networking Support
There is an easy way to find out if Linux kernel compiled with IPv6 or not. To check, whether your current running kernel supports IPv6, Go to your /proc-file-system and look for the following entry: […]
How to Install XCache PHP Module in cPanel
Today in this article we will show you to install XCache PHP module in cPanel.To install this module in cPanel server, Access your server using putty or other with root user and run following command. […]
How to Enable Apache mod_rewrite Module in Ubuntu
In this tutorial, we will show you how to manage URL rewrites using Apache2’s mod_rewrite module. When we installed a fresh Apache server mod_rewrite is not enabled by default on server, So to use rewrite configurations we need to manually enable mode_rewrite module on our system.This is a most basic way to enable mod_rewrite. […]
cPanel: Warning: fopen(/tmp/horde_.log): failed to open
Sometimes you may get the following error in cPanel: It can be due to one of following reasons: 1. If /tmp has wrong permissions Make sure that /tmp has correct permissions,We can use following command to correct the permissions for /tmp . chmod 1777 /tmp 2. The /tmp/horde_32001.log file has incorrect permissions or the group/owner user […]
Apache error: Invalid command ‘BytesLog’
During Apache restart in cPanel, you may get the error: […]