Bug#398009: nginx: please add functionality to update version "on-the-fly"

2006-11-10 Thread Alexey Besciokov
Package: nginx Version: 0.4.12-5 Severity: wishlist Niginx has the ability to update it's binary to a new version "on the fly", without breaking existing connections, rather starting new binary and accepting new connection on new workers, while old one gracefully exiting. In practice it looks li

Bug#397980: nginx: Please add reload to init script

2006-11-10 Thread Alexey Besciokov
Package: nginx Version: 0.4.12-1 Severity: wishlist Please add reload functionality to init.d script to allow on-the-fly nginx configuration update. reload) echo -n "Reloading $DESC configuration: " start-stop-daemon --stop --signal HUP --quiet --pidfile /var/run/$NAME.pid \

Bug#397978: nginx: please add logrotate script

2006-11-10 Thread Alexey Besciokov
Package: nginx Version: 0.4.12-1 Severity: wishlist Please add logrotate script /var/log/nginx/*.log { daily missingok rotate 52 compress delaycompress notifempty create 640 root adm sharedscripts postrotate [

Bug#397969: nginx: New upstream version available (0.4.12)

2006-11-10 Thread Alexey Besciokov
Package: nginx Version: 0.4.12-1 Severity: wishlist Please consider packaging the latest upstream version (0.4.12) -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (1000, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.17-2-686 Locale: LANG=ru_RU

Bug#397967: nginx: Please include some additional build options

2006-11-10 Thread Alexey Besciokov
Package: nginx Version: 0.4.0-2 Severity: wishlist Please include --with-debug - used for getting more verbose log level, recommended by Igor Sysoev even for high-loaded servers, as does not have major impact on perfomance --with-http_stub_status_module - module for getting nginx status (activ

Bug#386630: libapache2-mod-rpaf does not understand X-Real-IP header

2006-09-08 Thread Alexey Besciokov
Package: libapache2-mod-rpaf Severity: wishlist mod_rpaf does not understand X-Real-IP header - the more specific header userd by revers proxies instead of adding real ip address to X-Forwarde-For patch for mod_rpaf-2.0.c: 73a74,75 > #include > 142,143c144,149 < if (is_in_array(r->connectio

Bug#386628: libapache2-mod-geoip does not work with libapache2-mod-rpaf

2006-09-08 Thread Alexey Besciokov
Package: libapache2-mod-rpaf Severity: important mod_geoip does not work correctly with mod_rpaf due to wrong hooks order - mod_rpaf should replace ip before request will be passed to mod_geoip. probably this bug has affect not only on mod_geoip. patch: mod_rpaf-2.0.c : -- ap_hook_post_read_requ