Chapter 5. Using Apache to Serve Static Content
This hour covers directives and modules that are commonly used to administer static content in Apache installations.
In this hour, you will learn
Addresses, Ports, and Server Names
Apache needs to know which IP addresses and ports to listen to while waiting for incoming requests. You can use the Listen
directive for that purpose. The general syntax is Listen
ipaddress:port
. The IP address is optional. If it is not present, it means Apache should listen on all IP addresses available in the machine. For example, ...
Get Sams Teach Yourself Apache 2 in 24 Hours now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.