Your message dated Mon, 01 Feb 2010 18:32:40 +0000
with message-id <[email protected]>
and subject line Bug#564726: fixed in nginx 0.7.64-3
has caused the Debian Bug report #564726,
regarding default virtual host in nginx is ambiguous
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
564726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564726
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nginx
Version: 0.7.64-1
Severity: normal
Tags: patch
After installation, nginx has a single virtual host which works as expected. If
you add more virtual hosts, none of them is specified as being the
"default" virtual host and a random one is chosen by the nginx server leading
to unpredictable behaviour. The expected behaviour would be that the
/etc/nginx/sites-available/default
virtual host is the default one until the user chooses otherwise. This is done
in the apache pagkage by naming the "default" virtual host as
"000-default".
To fix this issue, in the file /etc/nginx/sites-available/default , the line:
listen 80;
should be changed to:
listen 80 default;
This is taken from the nginx wiki found here:
http://wiki.nginx.org/NginxVirtualHostExample
Best regards,
Thomas Venieris
-- System Information:
Debian Release: 5.0.3
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.32 (SMP w/2 CPU cores)
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 0.7.64-3
We believe that the bug you reported is fixed in the latest version of
nginx, which is due to be installed in the Debian FTP archive:
nginx-dbg_0.7.64-3_amd64.deb
to main/n/nginx/nginx-dbg_0.7.64-3_amd64.deb
nginx_0.7.64-3.debian.tar.gz
to main/n/nginx/nginx_0.7.64-3.debian.tar.gz
nginx_0.7.64-3.dsc
to main/n/nginx/nginx_0.7.64-3.dsc
nginx_0.7.64-3_amd64.deb
to main/n/nginx/nginx_0.7.64-3_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kartik Mistry <[email protected]> (supplier of updated nginx package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 01 Feb 2010 23:44:21 +0530
Source: nginx
Binary: nginx nginx-dbg
Architecture: source amd64
Version: 0.7.64-3
Distribution: unstable
Urgency: low
Maintainer: Jose Parrella <[email protected]>
Changed-By: Kartik Mistry <[email protected]>
Description:
nginx - small, but very powerful and efficient web server and mail proxy
nginx-dbg - Debugging symbols for nginx
Closes: 564726 566862
Changes:
nginx (0.7.64-3) unstable; urgency=low
.
[Kartik Mistry]
* debian/conf/sites-available/default:
+ Added patch to fix default virtual host, Thanks to Thomas Venieris
<[email protected]> (Closes: #564726)
* debian/init.d:
+ Added dependency on $remote_fs in Required-Start and Required-Stop
(Closes: #566862)
* Converted package to use 3.0 (quilt) source format
* Updated to Standards-Version 3.8.4
Checksums-Sha1:
8f01a905d301ec9e533a1593e5988c6000005d9b 1283 nginx_0.7.64-3.dsc
e4b5d6ac0db9b110d1ad85bdf6520a99293a5741 22753 nginx_0.7.64-3.debian.tar.gz
8d1dbcd76539dfd6d85612444d0410ed59d48b0b 346566 nginx_0.7.64-3_amd64.deb
2453f428e3ac1c59fce9e959824e368b49b48545 1869730 nginx-dbg_0.7.64-3_amd64.deb
Checksums-Sha256:
0b3396957ece902d8e5b8733c3694516fcf2b31ad06eca8f678bd2d60eaf1ab4 1283
nginx_0.7.64-3.dsc
39c70c8b41150c31a301294b8478c0de346859308dac273a43a8062b3ca08a8e 22753
nginx_0.7.64-3.debian.tar.gz
bc87744350c4c5fe507945ffcafcc33d3a4fa66c3c770a8960c51caf3a098a3c 346566
nginx_0.7.64-3_amd64.deb
b2983740e1fe11eeb60cb467ba1a4a0313dbfdb4a70a571f425e267b8c0baa0b 1869730
nginx-dbg_0.7.64-3_amd64.deb
Files:
319f456375c11258e3bd3ac7aa7349b1 1283 httpd optional nginx_0.7.64-3.dsc
9e255622e6c110322db15d2f85115b7a 22753 httpd optional
nginx_0.7.64-3.debian.tar.gz
dc76be3f36d7c3a7e20a4bda5fe94f7a 346566 httpd optional nginx_0.7.64-3_amd64.deb
d6c678c5829580a3ac52e0d8218e3b28 1869730 debug extra
nginx-dbg_0.7.64-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAktnHNIACgkQoRg/jtECjI312QCghXCrNi8tQJBD0OIvfXkh7oiG
cZ4AnAr34tmB+bVJUYW16LDxBnpuG2kE
=V8eD
-----END PGP SIGNATURE-----
--- End Message ---