Intro to Apache - ApacheCon 2005
port-based (sort of)- Run different sites on different ports
- Listen directive to add an additional port number that we're listening on
- VirtualHost directive, with a port number:
<VirtualHost 127.0.0.1:75>
| | |
- SSL is done this way (sort of) because SSL runs on port 443
|
|