Sometimes while restarting MySQL service, you may get a error as: [wpfmb type=’error’ theme=2]MySQL is running but PID file could not be found[/wpfmb] In our case, the issue was with the pid file and solution is: […]
Posts by cmab:
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 install PHP curl extension
Sometimes we get the PHP’s curl extension is not installed! error on WordPress.Solution is very handy, simply do the following: […]
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. […]
Basic security steps for Centos Web Panel
We have previously discuss how to install CWP on your VPS/Server.Today we are going to perform some basic security steps to secure your server,Follow these simple steps to do so. […]
how to enable /var/log/messages in Ubuntu 12.x
In this article we will show you how to enable Var Log messages in Ubuntu. By default log messages are not written to the file /var/log/messages in Ubuntu . In order to enable this, we can do the following: Go to /etc/rsyslog.d. Open the file 50-default.conf and uncomment the following lines […]
cPanel: Warning: fopen(/tmp/horde_.log): failed to open
Sometimes you may get the following error in cPanel: [wpfmb type=’error’ theme=2]Warning: fopen(/tmp/horde_32001.log): failed to open stream: Permission denied in /usr/local/cpanel/3rdparty/lib/php/Log/file.php on line 202 Warning: Cannot modify header information – headers already sent by (output started at /usr/local/cpanel/3rdparty/lib/php/Log/file.php:202) in /usr/local/cpanel/base/horde/login.php on line 96[/wpfmb] It can be due to one of following reasons: 1. If /tmp has […]
Apache error: Invalid command ‘BytesLog’
During Apache restart in cPanel, you may get the error: [wpfmb type=’error’ theme=2]Invalid command ‘BytesLog’, perhaps mis-spelled or defined by a module not included in the server configuration[/wpfmb] […]
Setting up Gmail for POP3 and SMTP
In this article we will explain how to set up your domain email address over Gmail Log into your Gmail account. Go to the Gear at the top right and select Settings. Click the Accounts and Import tab. Click Add a POP3 mail account you own. Enter your domain’s email address and click Next Step. Enter […]