Add Multiple Domains(virtual Hosts) on Apache Ubuntu Date Posted:04-04-2017 Apache popular well known webserver which can be used to serve multiple domains on a single server. This post assumes that apache is already installed and we will deal with how to add multiple domains in it. Assumption: Ubuntu Host Apache… Continue Reading Add Multiple Domains(virtual Hosts) on Apache Ubuntu

Date Posted:24/03/2017 By default, webserver version, OS information will be visible to public which consider as a security problem because its not a good practice to expose server information. This may result in hackers to intrude your server incase if any vulnerability. So, its always good to hide all server… Continue Reading Hide Webserver information|Modify Server Header on Nginx

Date Posted:21-03-2017 Normally, we requires multiple domain names or wildcard domain name (*) or  www  points to same directory. In apache, we use ServerAlias to achieve the same. In this post, we will explain on how to add Serveralias on Nginx webserver. If nginx is not installed, please follow the… Continue Reading Setup ServerAlias on Ngnix Webserver(Alias domain name )

Date Posted:11-03-2017 In this post, we deals with how to redirect all non www request to www request. If nginx is not installed, follow the posts. Ubuntu 16.04 Centos 7 Implementation: If you followed the above posts, the default location of nginx configuration is /etc/nginx/sites-enabled/default. Open nginx configuration and add the… Continue Reading Redirect non www request to www nginx

How to install Curl in LiteSpeed webserver? Installing the curl in Litespeed is very easier process. Compiling PHP curl with the Litespeed web server is can be done by simple method displayed below. Kindly follow the steps below to know how to install curl in litespeed webserver. 1) Go to lsws directory… Continue Reading Install curl in Litespeed webserver