https://issues.apache.org/bugzilla/show_bug.cgi?id=51159
Bai Lee <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|INVALID | --- Comment #2 from Bai Lee <[email protected]> 2011-05-06 17:19:51 UTC --- it has been tested by two apache user in more than one situation. i am wondering if you have checked what i had said before you changed the bug status. my request is that i only want one specific ip to be bound to my domain, though there is more than one ip available in the host. environment information: 1. one os 2. multiple ips available 3. multiple domain available so here is my configure : listen ip1:port listen ip2:port NameVirtualHost ip1:port <VirtualHost ip1:port> servername domain1.com </VirtualHost > <VirtualHost ip1:port> servername domain2.com </VirtualHost > as a result, if we visit domain2.com, we will get the content from domain1.com and we can never get the content we want by specifying the documentroot. but if we change the configure file to *:port domain2.com will work properly, but it's ip will not be specific to ip1. it is the details. it would be better to take a test, if you are not sure about it. please comment if you have any questions. thanks. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
