Chapter 3: Hosting Multiple Sites
One of the most popular options in Apache is the hosting of multiple web sites on a single computer, or "virtual hosting." This chapter tells you how to implement both kinds of virtual hosting, and the simpler option of user home pages.
- Introduction
- Prerequisites
- Ports
- Port Directives
- IP Addresses
- Virtual Hosting by Name
- NameVirtualHost directive
- <VirtualHost> container directive
- Default Virtual Hosts
- Virtual Hosting by IP
- Combining Name- and IP-based virtual hosting
- Suggestions for Virtual Host Configuration
- User Home Pages
- UserDir directive
- Recap