Difference between revisions of "Apache Basics and simple CGI scripts"
(Created page with " == 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...") |
|||
Line 2: | Line 2: | ||
== Motivation == |
== 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'''<ref>https://news.netcraft.com/archives/category/web-server-survey/</ref> (pronounced: ''engine-x'') |
+ | 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'''<ref>https://news.netcraft.com/archives/category/web-server-survey/</ref> (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 |
||
+ | |||
+ | == Appache Configuration == |
Revision as of 17:42, 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