Is the 607418-ipv6-addresses.diff patch still   needed?
    Mark Alan 
    varia at e-healthexpert.org
       
    Tue Nov  8 11:52:11 UTC 2011
    
    
  
On Tue, 08 Nov 2011 12:24:40 +0100, Cyril LAVIER
<cyril.lavier at davromaniak.eu> wrote:
>  I just tested it.
>  It seems to work without the patch.
>  Thanks for this usefull remark.
You are welcome.
Although unrelated, I should note that there seems to be a market for
a high security nginx-ultralight version.
Such a version would be especially suited for those websites (most of
the current CMS?) that process loads of fastcgi using php5-fpm and
php-apc.
I am attaching the debian/rules section that I have been using to get
such 'nginx-ultralight'
config.status.ultralight: config.env.ultralight config.sub config.guess
\ cd $(BUILDDIR_ultralight) && ./configure \
    --prefix=/etc/nginx \
    --conf-path=/etc/nginx/nginx.conf \
    --error-log-path=/var/log/nginx/error.log \
    --http-client-body-temp-path=/var/lib/nginx/body \
    --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
    --http-log-path=/var/log/nginx/access.log \
    --http-proxy-temp-path=/var/lib/nginx/proxy \
    --lock-path=/var/lock/nginx.lock \
    --pid-path=/var/run/nginx.pid \
    --with-http_gzip_static_module \
    --with-http_ssl_module \
    --without-http-cache \
    --without-http_browser_module \
    --without-http_geo_module \
    --without-http_limit_req_module \
    --without-http_limit_zone_module \
    --without-http_map_module \
    --without-http_memcached_module \
    --without-http_referer_module \
    --without-http_scgi_module \
    --without-http_split_clients_module \
    --without-http_ssi_module \
    --without-http_upstream_keepalive_module \
    --without-http_userid_module \
    --without-http_uwsgi_module \
            $(CONFIGURE_OPTS) >$@\
touch $@' 
Regards,
M.
    
    
More information about the nginx
mailing list