HowTo: Use Nginx As Reverse Proxy Server
Nginx is an open source Web server and a reverse proxy server. You can use nginx for a load balancing and/or as a proxy solution to run services from inside those machines through your host’s single...
View ArticleConfigure Lighttpd Web Server To Use NFS Shared Static Files
The Lighttpd web server is responsible for providing access to static content via the HTTP or HTTPS protocol. In this example, I’m going to install and use the Lighttpd web server and set DocumentRoot...
View ArticleHowTo: Configure Apache Web Server To Use NFS Shared HTML+PHP5 Files
The Apache web server is responsible for providing access to dynamic content via the HTTP or HTTPS protocol. In this example, I’m going to install and use the Apache 2 web server + php5 safely and set...
View ArticleConfigure Memcached Distributed Memory Caching System
Memcached can speed up database driven dynamic web site. It must be deployed within trusted network where vm01 and vm02 clients may freely connect to our server. You need to type the following...
View ArticleLinux: Configure MySQL Database Server
This vm node stores your data in RDBMS such as mysql or postgresql. In this setup, I’m going to use MySQL database server. You need to type the following commandss on vm04 having an IP address...
View ArticleLinux: Creating a Network File System (NFS) Share For Apache / Lighttpd /...
Creating a Network File System (NFSv4.0) shared network resource is exactly like creating any other shared network resource in Linux or Unix for Apache / Lighttpd / Nginx web server. You need to type...
View ArticleHowTo: Run Network Service Per System / VM Instance To Improve Overall...
A web stack is nothing but collection of many open source software such as an operating system, Web server, database server, server side programming language. The most commonly known web stacks is...
View Article