Your message dated Fri, 02 May 2008 07:47:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#474519: fixed in nginx 0.5.35-3
has caused the Debian Bug report #474519,
regarding nginx: support Debian's /doc/ URL-to-directory mapping
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.)
--
474519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474519
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: nginx
Version: 0.5.35-1~bpo40+1
Severity: wishlist
Tags: patch
Hi,
in the default installation of nginx, the /doc URL space is not
supported. I'd like nginx to support it, simply to not need to install a
different webserver to access package information. The attached patch
accomplishes that, and contains a hack to make gzip-compressed files
easier to use. It's only a hack because nginx does not support the
notion of an "encoding" (yet?).
Kind regards,
--Toni++
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (900, 'stable'), (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22-4-amd64
Locale: LANG=de_DE.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Versions of packages nginx depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libpcre3 6.7+7.4-3 Perl 5 Compatible Regular Expressi
ii libssl0.9.8 0.9.8c-4etch1 SSL shared libraries
ii zlib1g 1:1.2.3-13 compression library - runtime
nginx recommends no packages.
-- no debconf information
--- default.orig 2008-02-10 18:34:50.000000000 +0100
+++ default 2008-04-06 12:40:55.000000000 +0200
@@ -4,12 +4,23 @@
# }
# statements for each of your virtual hosts
+
+types {
+ application/x-gzip gz;
+}
+
+
server {
listen 80;
server_name localhost;
access_log /var/log/nginx/localhost.access.log;
+ location ^~ /doc {
+ root /usr/share;
+ autoindex on;
+ }
+
location / {
root /var/www/nginx-default;
index index.html index.htm;
--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 0.5.35-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_0.5.35-3.diff.gz
to pool/main/n/nginx/nginx_0.5.35-3.diff.gz
nginx_0.5.35-3.dsc
to pool/main/n/nginx/nginx_0.5.35-3.dsc
nginx_0.5.35-3_amd64.deb
to pool/main/n/nginx/nginx_0.5.35-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.
Jose Parrella <[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, 07 Apr 2008 13:22:32 -0430
Source: nginx
Binary: nginx
Architecture: source amd64
Version: 0.5.35-3
Distribution: unstable
Urgency: low
Maintainer: Jose Parrella <[EMAIL PROTECTED]>
Changed-By: Jose Parrella <[EMAIL PROTECTED]>
Description:
nginx - small, but very powerful and efficient web server
Closes: 474519
Changes:
nginx (0.5.35-3) unstable; urgency=low
.
* debian/conf/sites-available/default: adding support for /doc and /images
namespaces (Closes: #474519)
Checksums-Sha1:
eb7abaaf962b4d87596c85fad6416e0c79e14c32 1199 nginx_0.5.35-3.dsc
91fa3f90945c6aec0aac2abda876eaf259f48b38 9685 nginx_0.5.35-3.diff.gz
aa3e7efe139a455f77742b46be11f114d446b964 247752 nginx_0.5.35-3_amd64.deb
Checksums-Sha256:
77f9856e504306876b7e41f4aa59b9d7fd83d1ee62856f476e10c371e25b7877 1199
nginx_0.5.35-3.dsc
cbf0a365ba3334c2ac801670f794a073dd1be6a67e9d46672b8ddee9a592b910 9685
nginx_0.5.35-3.diff.gz
549eaec97a9f40a61450bca55ddbcaa7e0fb1d84fb48282ec1cdb7408377f190 247752
nginx_0.5.35-3_amd64.deb
Files:
5c041e4be1c205988a6c6a952c49adbb 1199 web optional nginx_0.5.35-3.dsc
09ea981815aa75727ad54e9e4f10a78c 9685 web optional nginx_0.5.35-3.diff.gz
59ba0b9fe6794f99e0b9b1039e195ab0 247752 web optional nginx_0.5.35-3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFIGsRKK/juK3+WFWQRAj2RAJ4yo4O8P0tw2fW2Kw6p4EZAGGNjBgCgiFuN
rFLvAcXRjqveGDzZ3rG26Wk=
=qjiY
-----END PGP SIGNATURE-----
--- End Message ---