During Apache restart in cPanel, you may get the error: […]
Posts by seemab:
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 […]
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. […]
Fixing PHP memory errors in Magento
In this article we will show you how to adjust the memory limits of Magento website to reduce or eliminate the memory errors all together. […]
How to Clear the Magento Cache
Magento by default includes a cache system to improve website performance.If you have made any modifications to your Magento store,They will not appear immediately unless you clear the cache. […]