Welcome! Log In Create A New Profile

Advanced

Re: some question about server listen

April 27, 2009 10:04PM
Igor Sysoev Wrote:
-------------------------------------------------------
> On Mon, Apr 27, 2009 at 09:50:27AM -0400,
> zhijianpeng wrote:
>
> > ========my nginx.conf===========
> > server {
> >
> > listen
> 10.1.1.1:80;
> > server_name
> www.test1.com;
> > root /opt/test1;
> > }
> >
> > server {
> >
> > listen 80;
> > server_name
> www.test2.com;
> > root /opt/test2;
> > }
> >
> > ========my nginx.conf===========
> > I found that server www.test2.com not listen on
> 10.1.1.1 ,but only listen on 127.0.0.1,why ?
>
> Probably, you mistook: in this case nginx listen
> on *:80 only.
>
> If you want to bind() to an address, then you
> should set
> listen 10.1.1.1:80 default bind;
>
>
> --
> Igor Sysoev
> http://sysoev.ru/en/

Yes,I saw that nginx listen on 0.0.0.0:80
but when I use :
[i]curl -v -H "Host: www.test2.com" http://10.1.1.1/index.html[/i]
I get the result of www.test1.com/index.html,

and use
[i]curl -v -H "Host: www.test2.com" http://127.0.0.1/index.html[/i]
then get the result of www.test2.com/index.html

In this case ,does "listen *:80" means this virtual_server only bind to the ip address not used by any other virtual_server?
Subject Author Posted

some question about server listen

zhijianpeng April 27, 2009 02:24AM

Re: some question about server listen

Igor Sysoev April 27, 2009 09:56AM

Re: some question about server listen

zhijianpeng April 27, 2009 10:04PM

Re: some question about server listen

Igor Sysoev April 28, 2009 12:33AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 170
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready