I tried setting the Listen directive but I must have done it wrong. Here is what I tried and it failed.
;Listen 80
Listen a.b.c.d:80
Listen e.f.g.h:80
Listen i.j.k.l:80
<IfModule mod_ssl.c>
NameVirtualHost *:443
;Listen 443
Listen a.b.c.d:443
Listen e.f.g.h:443
Listen...
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.
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.