Archive for December, 2012

How to change domain.com/webmail to mail.domain.com

Change domain.com/webmail to mail.domain.com By default, the proxy subdomains whm.domain.tld, cpanel.domain.tld and webmail.tld will work, without you needing to create a subdomain yourself. Simply make sure that Add proxy VirtualHost to httpd.conf to automatically redirect unconfigured cpanel, webmail, webdisk and whm subdomains to the correct port (requires mod_rewrite and mod_proxy) is checked in Main >> […]

2 Comments

How to Install WHMCS

Download WHMCS Once you’ve requested your license from WHMCS, you may download it by logging into your WHMCS client area at http://www.whmcs.com/members and following these steps: Click on the My Licenses & Services link Select one of your active license keys to view its details Choose the latest stable version to download from the downloads […]

Leave a comment

Database Upload Issue in Windows Plesk

Error:- While uploading anything on the database it Showing this Error. ‘DATABASE-NAME database full. ‘ Fix:- Always back up the website before making any changes to the database . Shared hosting customers can do this through the Control Panel. Refer to Back Up Your Website Using Plesk. Dedicated server customers can back up the site […]

Leave a comment

Kernel Panic Logs

Enable Kernel log in the file : # /etc/syslog.conf Add the line kern.* /var/log/kernelstuff.log This will catch all kernel errors in the file /var/log/kernelstuff.log Reboot the server and check the logs for kernel panic errors 🙂

Leave a comment

Howto to Check detailed error from Zen Cart

Today found out one of the customer’s Zen Cart apps getting blank page and there’s no error found from Apache error_log. To understand the detailed error generated from Zen Cart, you may use the built in debugging tool by Zen Cart. 1. Go to the cache folder from your Zen Cart. 2. Find the file […]

Leave a comment

DNS Host File Location

Since previous post about how to edit Windows Host File at http://www.mickgenie.com/how-to-edit-windows-host-file/ Today, I am going to share the path of DNS Host File location for Windows, Linux and Mac. Windows: %SystemRoot%\system32\drivers\etc\ Mac: /private/etc/hosts Linux: /etc/hosts

Leave a comment

user mailman was not found

Recently, I have found out one of the server did not send out email report as set from the cron job. After further investigate, the issue was caused by the cPanel mailman user missing. The error below found from the email log, user mailman was not found To fix this issue, simply run the following […]

Leave a comment

Install Windows from USB Drive

Days ago, install Windows from USB drive is complicated work as you need third party application to allow you to do that, but you may now easily apply it with Windows 7 USB/DVD Download Tool. Make sure you have fulfilled the system requirement as detail below, – Windows XP SP2, Windows Vista, or Windows 7 […]

Leave a comment

How to set independent time for Xen VPS

If you host your VPS with Xen environment, you will found out your local time will follow the dom0(host) time. To get this fixed, you may follow here, 1. Edit the value in /proc/sys/xen/independent_wallclock, echo 1 > /proc/sys/xen/independent_wallclock 2. The make sure the setting run on boot, edit the file /etc/sysctl.conf, enter the following line […]

Leave a comment

Add multiple IPs to Windows Server

Imagine you have 20 IPs to add to your Windows Server and it is not an easy job to add them one by one. To easily add them to the Windows server, you may use the following command format to add them. netsh interface ip add address “Local Area Connection” 192.168.1.2 255.255.255.0 To add IP […]

Leave a comment