CentOS Web Server |
||
|
Web server is a system that stores information that enable client access via internet browser. The information stored at web servers are html files, php files, video, photos etc.
The client request the web server services via web browser using [Format] Method /Request URL /HTTP version
[Method] GET, HEAD, POST, PUT DELETE
For most of the Open Source Operating System such as FreeBSD and Linux distributions (Ubuntu, CentOS etc) . Apache is the most widely included package. In this module we will discuss the Apache Web servers as the following: |
||