Welcome! Log In Create A New Profile

Advanced

Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

All files from this thread

File Name File Size   Posted by Date  
smime.p7s 6 KB open | download GreenGecko 01/22/2013 Read message
January 22, 2013 11:19PM
That's really good advice - in general - if not in this case.

Via the standard Debian install, conf.d is empty:

#ls -l /etc/nginx/conf.d
total 0

===

Conversely, downloading the squeeze package from nginx does indeed create a file
/etc/nginx/conf.d/default.conf which includes the following:

server {
listen 80;
server_name localhost;


which could have been the culprit - but wasn't in my original case (my first post does show an empty conf.d, and I've verified that on a separate machine).

But again, that's important advice you gave.
===

Since, in my debugging, along the way I did remove the package from the debian repository and install the package from nginx.org, and so the /etc/nginx/conf.d/default.conf was on my system during the subsequent tests I documented above.

So, I now need to repeat the entire process and report back on it.

-S
Subject Author Posted

why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

middleforkgis January 22, 2013 05:15PM

RE: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

Lukas Tribus January 22, 2013 07:28PM

Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

middleforkgis January 22, 2013 09:43PM

Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

middleforkgis January 22, 2013 09:59PM

Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on? Attachments

GreenGecko January 22, 2013 10:08PM

Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

middleforkgis January 22, 2013 11:19PM

Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

Igor Sysoev January 23, 2013 12:10AM

SOLVED Re: why is nginx binding to 0.0.0.0:80 when I specify explicit IPs to listen on?

middleforkgis January 23, 2013 11:05AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 178
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