Skip to main content

Posts

Showing posts with the label web hosting

LAMP on Ubuntu

LAMP Configuration on Ubuntu A LAMP (Linux, Apache, MySQL, PHP) stack is a common web stack used for hosting web content. This guide shows you how to install a LAMP stack on an Ubuntu 14.04 (LTS) server. Before you begin update your system  - # sudo apt-get update && sudo apt-get upgrade   Apache Install and Configure sudo apt-get install apache2 Configure Virtual Hosts There are several different ways to set up virtual hosts; however, below is the recommended method. By default, Apache listens on all IP addresses available to it. Within the /etc/apache2/sites-available/ directory, create a configuration file for your website, example.com.conf , replacing example.com with your own domain information:   vim /etc/apache2/sites-available/example.com.conf         <VirtualHost *:80>    ServerAdmin webmaster@example.com ServerName example.com ServerAl...

How to Install zPanel on CentOS 6 server

Hi,  This tutorial will guide you to successfully install and setup zPanel CP on Centos 6 VPS in simple 10 steps. Preparation This guide is done on a cloud vps running CentOS 6.4 64-bit. This will also work on any CentOS 6 32-bit or 64-bit but for better compatibility make sure you use at least CentOS 6.3. Also, although zPanel is very lightweight panel in regard of resource usage . but it is strongly recommended to have at least 512MB of RAM. Install zPanel CP Step 1 – Prepare a fresh CentOS 6 VPS. Log in to your server via SSH (use Putty or Terminal) as root. Step 2 – Now lets download the installer file by following link- # for 64-bit use:   wget https: //github .com /zpanel/zpanelx/releases/download/10 .1.0_orig /installer-10-1-0-centos-64 .sh.x   # for 32-bit use:   wget https: //github .com /zpanel/zpanelx/releases/download/10 .1.0_orig /installer-10-1-0-centos-32 .sh.x   Step 3 - Now  you have to make i...

Set up an email account that uses your domain name and integrate it with Gmail account.

Here, I’m going to show you how to create a new email address, like admin@yourdomain.com, and integrate it with your Gmail account. This way, you can easily send and receive emails through the Gmail interface, but your customer will see the emails as coming from your domain email address. The steps have been broken in two parts. First we’ll see how to create the domain email address. Second, we’ll integrate that domain email with your Gmail account. 1. Create the domain name email address Log into your  hosting control panel, or cpanel. Click on Email Accounts in the Email section. Enter the details for your new account, and click Create Account. You will see a notification that reads something like this: “Success! Account Created.” The account will be shown on the same page. Now go back to your cpanel and click on Forwarders in the Mail section. Then click Add Forwarder. Fill all the details . Then, click Add Forwarder and you’re done. Now all the...