Your message dated Fri, 02 May 2008 08:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#476952: fixed in nginx 0.6.30-1
has caused the Debian Bug report #476952,
regarding include /etc/nginx/conf.d/*.conf entry for nginx.conf
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.)
--
476952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476952
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package:nginx
Version:0.4.13-2
in order to package web applications for nginx, the packager needs a way
to add entries to the nginx.conf file. A method for doing that is
including a "include /etc/nginx/conf.d/*.conf" line in nginx.conf. This
allows web application packagers to put a config file snippet into
/etc/nginx/conf.d/. The include line must be before the first "server"
entry in nginx.conf to allow a web application to override the default
nginx home page. Included is a patch to accomplish this
--- etc/nginx/nginx.old 2006-11-25 00:07:16.000000000 +1100
+++ etc/nginx/nginx.new 2008-04-20 20:40:13.000000000 +1000
@@ -23,9 +23,11 @@
gzip on;
+ include /etc/nginx/conf.d/*.conf;
+
server {
listen 80;
- server_name localhost;
+ server_name _ *;
access_log /var/log/nginx/localhost.access.log;
--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 0.6.30-1
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_0.6.30-1.diff.gz
to pool/main/n/nginx/nginx_0.6.30-1.diff.gz
nginx_0.6.30-1.dsc
to pool/main/n/nginx/nginx_0.6.30-1.dsc
nginx_0.6.30-1_amd64.deb
to pool/main/n/nginx/nginx_0.6.30-1_amd64.deb
nginx_0.6.30.orig.tar.gz
to pool/main/n/nginx/nginx_0.6.30.orig.tar.gz
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.
Fabio Tranchitella <[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: Fri, 02 May 2008 09:32:46 +0200
Source: nginx
Binary: nginx
Architecture: source amd64
Version: 0.6.30-1
Distribution: experimental
Urgency: low
Maintainer: Jose Parrella <[EMAIL PROTECTED]>
Changed-By: Fabio Tranchitella <[EMAIL PROTECTED]>
Description:
nginx - small, but very powerful and efficient web server
Closes: 476952
Changes:
nginx (0.6.30-1) experimental; urgency=low
.
* New upstream release.
* Sync with the unstable packages.
* debian/conf/nginx.conf: add support for a conf.d directory.
(Closes: #476952)
Checksums-Sha1:
40b923d36e9fb3a5ae8df1371221e55d74f3cd92 1199 nginx_0.6.30-1.dsc
adce517856cf8793ea014f995b2345688d6c4bfe 520139 nginx_0.6.30.orig.tar.gz
4705f943e6acf5df540118ece111d9b091d8ae77 9605 nginx_0.6.30-1.diff.gz
740115a9b2ddd742d30a1596a498117ebd868937 262958 nginx_0.6.30-1_amd64.deb
Checksums-Sha256:
c221102cf28f8f168199f95d350686c970f93c27f8bb75f073389e6c878af5aa 1199
nginx_0.6.30-1.dsc
351c1a1096884299ec248a47f379a346daca730ab9e3bab5d0bd7a5f81a18d53 520139
nginx_0.6.30.orig.tar.gz
686aa2f7febb9cd91a2b34776e7f51769eba7163036857beed7a9b480e7ce8ee 9605
nginx_0.6.30-1.diff.gz
18bfc06dd0cbfc13ff1cc5adb57ec8a8b74e4bf5030c1c9849b102c686c26c05 262958
nginx_0.6.30-1_amd64.deb
Files:
634cbb7a6e3f22622929856242df5e2a 1199 web optional nginx_0.6.30-1.dsc
415e9bbc71e2ae36d9120af80112c5c1 520139 web optional nginx_0.6.30.orig.tar.gz
d4c65469664214698c72445a06c54bca 9605 web optional nginx_0.6.30-1.diff.gz
193e991732f20ed3c92191bf1a520722 262958 web optional nginx_0.6.30-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIGsdHK/juK3+WFWQRAkZbAJ9mM53fJmxLCYJ+bGMD+lmXVw1K2QCeMqIi
MmATbOl8DZqJTj25QPi8mLk=
=HKgd
-----END PGP SIGNATURE-----
--- End Message ---