SOLVED Thank you Igor, you solved the issue for me. I had one non-standard entry in my sites-available: This is how I found it: #for i in `ls`; do echo $i; grep listen $i; done site1 listen 66.113.100.140:80; site2 listen 66.113.100.140:80; site3 listen 66.113.100.140:80; site4 listen 66.113.100.140:80; site5 listen 66.113.100.140:80; site6 listenby middleforkgis - Nginx Mailing List - English
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 cby middleforkgis - Nginx Mailing List - English
http://nginx.org/download/nginx-1.2.6.tar.gz ./configure ./make ./make install /usr/local/sbin/nginx -c /etc/nginx/nginx.conf netstat -pant |grep nginx tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 16609/nginx.conf tcp 0 0 66.113.100.140:81 0.0.0.0:* LISTEN 16609/nginx.conf Problem persists, the problem doby middleforkgis - Nginx Mailing List - English
Thanks for the advice. As per your suggestion, I've installed the 1.2.6-1 squeeze package from nginx.org and the problem persists. I will follow up with the results of a source build. -s ======================================================================================= wget http://nginx.org/packages/debian/pool/nginx/n/nginx/nginx_1.2.6-1~squeeze_amd64.deb --2013-01-22 18:38by middleforkgis - Nginx Mailing List - English
I'm having a difficult time understanding why I'm unable to limit the IP address to which nginx binds. nginx 1.2.6-1 Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.35-2 x86_64 GNU/Linux ================ root@skokomish:/etc/nginx# netstat -pant |grep nginx tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 7768/nginx tcp 0 0by middleforkgis - Nginx Mailing List - English
![]() |
![]() |
![]() |
![]() |
![]() |