Difference between revisions of "Apache Basics and simple CGI scripts"
(→Appache Configuration) |
|||
Line 7: | Line 7: | ||
== Appache Configuration == |
== Appache Configuration == |
||
+ | |||
+ | |||
+ | |||
+ | == References == |
||
+ | |||
+ | <references/> |
Revision as of 17:43, 31 March 2020
Motivation
The web is ubiquitous today. Everything comes with built-in web servers and there are many free/open source web-servers available. For a long time Apache was the most used web server and it is still rather prominent today. It has recently been surpassed by nginx[1] (pronounced: engine-x). Still the versatility of Apache and the time-tested security makes it a good choice for many applications.
Here you will learn the basics to get you started with running an apache web server