I have a server that has multiple IP addresses on it. I only want ports 80 and 443 to listen on specific addresses. How would I go about doing this? I cannot find anything to help me out.
Using, "NameVirtualHost *:443", tells Apache to bind to all addresses. The * is the wild card, use the IP address instead.
Also take a look at this. It covers binding and incorporates both the listen and virtual host directive which can be used together to customize the behavior.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.