Web services¶
Web servers are used to serve content over a network (or the Internet). If you want more of an introduction to the different types of web servers available in Ubuntu, check out our Introduction to web servers.
Proxy servers¶
This section shows how to set up a Squid proxy caching server.
Web servers¶
Two of the most popular web servers in Ubuntu are Apache2 and nginx. This section covers the installation, configuration and extension of both.
Apache2¶
Nginx¶
Web programming¶
It is common to set up server-side scripting languages to support the creation of dynamic web content. Whichever scripting language you choose, you will need to have installed and configured your web and database servers beforehand.
See also¶
Explanation: Web services