|
Port based (never heard of) : I assume that it means that different sites are identified by port instead of by name/ip.
Name based : apache will serve the correct site based on the name of the requested site
IP based : apache will serve the correct site based on the address of the requested site
Note:
for https you need ip-based as apache can not determine the name of requested site as it's encrypted
|