Re: Why use haproxy now ?
> Did you try nginx cache since version 1.1.0?Yes, but only for fastcgi cache therefore the file count isn't too big tomake an impact. I'll try the static cache again with the current version andsee...
View Articlefastcgi-cache and expires
Just curious...In a lot of examples I've seen on the net for setting up fastcgi-cache thedirectivesfastcgi_ignore_headers Cache-Control Expires;expires epoch;are included. Is there any major reason for...
View ArticleRe: fastcgi-cache and expires
> Before I change it, is there any huge reason "fastcgi_ignore_headers> Cache-Control Expires;" and "expires epoch;" should stay in my> fastcgi-params file?nginx honours the headers the...
View ArticleRe: Mail proxy with SNI
A cheaper, non-commercially-viable option (which might be acceptableas you indicate it's not a professional project) would just be to putdifferent domains' certs on different ports. A slight one-time...
View ArticleRE: Mail proxy with SNI
Thats may be a dump question: but why do you use different host namesin the first place? Is it a real business requirement to have a hostname per domain? Simply using a single host name for all domains...
View ArticleNginx maintenance page/redirect with ip exception
Coming fra Apache/htaccess, im trying to get my head around the Nginx paradigme. Im trying to achieve a temporary redirect to a www.mysite.com/maintenance.html page, for all visitors to www.mysite.com...
View Articlephp-fpm take up all cpu resources
Hi All,In these days, php-fpm took up all cpu resources several times a day..Each php-fpm may take up 25% cpu resource which should be less than 5% in normal status.Below is the...
View ArticleRe: RE: Mail proxy with SNI
On March 30, 2013 09:58AM Lukas Tribus wrote:> Thats may be a dump question: but why do you use different> host names in the first place? Is it a real business> requirement to have a host name...
View ArticleRe: php-fpm take up all cpu resources
> So I'm thinking this problem is caused by php-fpm.This is not exactly php list and not really related to nginx, but you shouldstart by at least telling your php version, there have been a bunch of...
View Articledefault domain name
I am trying out the proxy (without cache module) functionality in nginx.Here is the problem I am encounteringOn the client machine the default domain name is company.comwhen user types in...
View Articlewhere is the pid file
Hion Linux Centos 5 wiht nginx 1.2.7, I am struggling to find the pid filein my nginx.conf file I havepid /usr/local/nginx/logs/nginx.pid;but I dont see any nginx.pid in there. I tried to set that path...
View ArticleRe: where is the pid file
On 03/30/2013 08:39 PM, JCR wrote:> Hi> on Linux Centos 5 wiht nginx 1.2.7, I am struggling to find the pid file>> in my nginx.conf file I have> pid...
View ArticleRe: Why use haproxy now ?
On Mar 30, 2013, at 14:17 , Reinis Rozitis wrote:>> BTW, do you use Varnish persistent cache?>> No, just a huge mmaped file ..> Since the instances get restarted very rarely (most have...
View ArticleHow to create a cache server to caching downloaded files (with IDM)
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...
View ArticleRe: Why use haproxy now ?
> 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...
View Article"bug in glibc"
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...
View ArticleNginx maintenance page/redirect with ip exception
Coming fra Apache/htaccess, im trying to get my head around the Nginx paradigme. Im trying to achieve a temporary redirect to a www.mysite.com/maintenance.html page, for all visitors to www.mysite.com...
View ArticleRe: Nginx maintenance page/redirect with ip exception
Moved this post to "How to" section ..
View ArticleRe: Why use haproxy now ?
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...
View ArticleRe: "bug in glibc"
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] =...
View Article