DEV Community

Cover image for Web server installation / configuration on Amazon Linux machine.
Mohammed N Zubair
Mohammed N Zubair

Posted on

Web server installation / configuration on Amazon Linux machine.

What Is a Web Server?

File servers, database servers, mail servers, and web servers use different kinds of server software. Each of these applications can access files stored on a physical server and use them for various purposes.

The job of a web server is to serve websites on the internet. To achieve that goal, it acts as a middleman between the server and client machines. It pulls content from the server on each user request and delivers it to the web.

The biggest challenge of a web server is to serve many different web users at the same time each of whom is requesting different pages. Web servers process files written in different programming languages such as PHP, Python, Java, and others.

They turn them to static HTML files and serve these files in the browser for web users. When you hear the word web server, think of it as the tool responsible for the proper server-client communication.

To download installation command click here

Steps to connect with putty & convert .pem to .ppk

Top comments (0)