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. […]
Category: Cpanel
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: [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] […]
How to edit the MySQL my.cnf file
If you have your VPS or Dedicated server, you can manage your MySQL settings into my.cnf file.This article will explain the steps to view and edit your my.cnf file. […]
How to Check DNS ( BIND ) Configuration File
In case of any changes in bind configuration, recommended to check DNS configuration file before restarting service. named-checkconf /etc/named.conf You can use below command , in case of chroot environment: named-checkconf -t /var/named/chroot /etc/named.conf Above command will not show any output if there are no error found in configuration file. In case of any errors will […]
How to Setup DNS (Bind) Server on CentOS/RHEL
The Domain name system use to translate domain names to IP address and vice versa.For example when visitors go to your domain name like,“http://cpanelplesk.com”, Our computer sends a request to DNS and get an IP address of domain. […]
Ping IPv6 Address With ping6 Command
One of our client was unable to ping an IPv6 address. Although our Linux based operating system is configured for IPv6 IP address but he was getting error: […]
How to install Magento
In this article we will show you how to install Magento and get your store up and running.We are going to do a manual installation without using any third party software. […]
How to enable system and exception logging in Magento
Magento has a very powerful logging system that can be extremely useful when debugging any issues you have. By default Magento does not record any messages about errors and exceptions; so if something bad happens, you don’t have idea. […]