Re: "bug in glibc"

2013-03-31 Thread Justin Cormack
On Sun, Mar 31, 2013 at 4:12 PM, Igor Sysoev wrote: > On Mar 31, 2013, at 14:33 , Justin Cormack wrote: > > > There is a note in src/os/unix/ngx_user.c about a bug in glibc for > crypt_r: > > > > /* work around the glibc bug */ > > cd.current_salt[0] = ~salt[0]; > > > > value = crypt_

Re: "bug in glibc"

2013-03-31 Thread Igor Sysoev
On Mar 31, 2013, at 14:33 , Justin Cormack wrote: > There is a note in src/os/unix/ngx_user.c about a bug in glibc for crypt_r: > > /* work around the glibc bug */ > cd.current_salt[0] = ~salt[0]; > > value = crypt_r((char *) key, (char *) salt, &cd); > > I was wondering if anyone k

Re: Why use haproxy now ?

2013-03-31 Thread Igor Sysoev
On Mar 31, 2013, at 14:11 , Reinis Rozitis wrote: >> How much the cache's size is larger than the host's physical memory? > > 32Gb ram and 240Gb (fits on a ssd) mapped file (no swapping involved). Did you try previously nginx cache also on SSD or on usual hard disk? -- Igor Sysoev ___

Re: Nginx maintenance page/redirect with ip exception

2013-03-31 Thread cavamondo
Moved this post to "How to" section .. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237978,237990#msg-237990 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

"bug in glibc"

2013-03-31 Thread Justin Cormack
There is a note in src/os/unix/ngx_user.c about a bug in glibc for crypt_r: /* work around the glibc bug */ cd.current_salt[0] = ~salt[0]; value = crypt_r((char *) key, (char *) salt, &cd); I was wondering if anyone knew what the bug was, as I am running on a platform (Musl libc) tha

Re: Why use haproxy now ?

2013-03-31 Thread Reinis Rozitis
How much the cache's size is larger than the host's physical memory? 32Gb ram and 240Gb (fits on a ssd) mapped file (no swapping involved). rr ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

How to create a cache server to caching downloaded files (with IDM)

2013-03-31 Thread nicolas1390
Hello to all friends. How can I install cache server for caching downloaded files ? I try use Squid and Polipo for it. but it's not working properly. Squid can caching downloaded files when download the file without Download Managers.(Like IDM) When I use a Download Manager , Squid can't cache th