Your message dated Sat, 05 May 2007 07:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#419912: fixed in nginx 0.5.18-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: nginx
Version: 0.5.13-1
Severity: wishlist

The nginx package is not well integrated in Debian.
The main problem is the lack of the sites-available/sites-enabled
directories for configuration files.

This is very simple to add, using the include directive.
Here is an example:

# nginx.conf
user www-data;
worker_processes  1;

error_log  /var/log/nginx/error.log;
pid        /var/run/nginx.pid;

events {
    worker_connections  1024;
}

http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;

    access_log  /var/log/nginx/access.log;

    sendfile        on;
    #tcp_nopush     on;

    #keepalive_timeout  0;
    keepalive_timeout  65;
    tcp_nodelay        on;

    gzip  on;

    include   /etc/nginx/sites-enabled/*;
}


# sites-available/default
server {
    listen       80;
    server_name  localhost;

    access_log  /var/log/nginx/localhost.access.log;

    location / {
        root   /var/www/nginx-default;
        index  index.html index.htm;
    }

    #error_page  404  /404.html;

    # redirect server error pages to the static page /50x.html
    #
    error_page   500 502  503 504  /50x.html;
    location =  /50x.html {
        root
        /var/www/nginx-default;
}


Thanks  Manlio Perillo
-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages nginx depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libpcre3                    6.7-1        Perl 5 Compatible Regular Expressi
ii  libssl0.9.8                 0.9.8c-4     SSL shared libraries
ii  zlib1g                      1:1.2.3-13   compression library - runtime

nginx recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 0.5.18-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.5.18-1.diff.gz
  to pool/main/n/nginx/nginx_0.5.18-1.diff.gz
nginx_0.5.18-1.dsc
  to pool/main/n/nginx/nginx_0.5.18-1.dsc
nginx_0.5.18-1_i386.deb
  to pool/main/n/nginx/nginx_0.5.18-1_i386.deb
nginx_0.5.18.orig.tar.gz
  to pool/main/n/nginx/nginx_0.5.18.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.
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.7
Date: Thu, 19 Apr 2007 21:50:37 -0400
Source: nginx
Binary: nginx
Architecture: source i386
Version: 0.5.18-1
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: 415678 419912 420063
Changes: 
 nginx (0.5.18-1) unstable; urgency=low
 .
   * New upstream version (Closes: #420063)
   * Adding DAV support (Closes: #415678)
   * Adding support for sites-[available|enabled]/ (Closes: #419912)
Files: 
 830e806e698216439b194090bfdb2b57 610 web optional nginx_0.5.18-1.dsc
 c82a9479e6fc027575377a38405b5df0 468037 web optional nginx_0.5.18.orig.tar.gz
 0bd45b567f522d71ecee1687fe657bd2 7205 web optional nginx_0.5.18-1.diff.gz
 c6af24dd82527e4de7aa27848524816f 209292 web optional nginx_0.5.18-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGPCuEipBneRiAKDwRAlVBAJ9mdnNIhettjTA+GGSZxQufSPkFLQCaAkO7
u4UGy7NNmbmw3SJOmgaVNgQ=
=tw5F
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to