You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Lewis Watson <li...@visionsix.com> on 2002/02/28 19:59:20 UTC

Not That IP Address!

I have several ip based virtual hosts on a linux box. I have an ip address
that I need apache to not listen on. I have tried specifying an ip in the
main config by Listen my.ip.address and Bind my.ip.address. Both of these
caused the Virtual Hosts to no longer listen. Do I need a Listen Directive
or Bind Directive for each Virtual host? I thought that

<VirtualHost one.ip.address>
blah
blah
blah
</VirtualHost>

would set the ip address without needing Listen or Bind. What can I do to
block apache from listening on one address?
Thanks
Lewis Watson




---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org