Articles in this series
WEB Server A web server is computer software and underlying hardware that accepts requests via HTTP and HTTPS the network protocol created to...
First we are going to install the Windows Internet information server role. Inthe windows server open server manager and select add roles and...
LAMP Server is a famous web server model. Lamp server is L = Linux A = Apache M = Mysql P = Php It means what is the OS platform you going to...
Moodle is a free and open-source learning management system (LMS) written in PHP and distributed under the GNU General Public License. Moodle is...
Nginx is a famous web server package. Here i am going to explain how to install nginx and configure multiple site on that single server. First we are...
1.Install node.js in our server First we want to install Node.js on our server. curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash - sudo...