Re: alias

2013-12-09 Thread Francis Daly
On Mon, Dec 09, 2013 at 05:03:55PM +, Matthew Ngaha wrote: Hi there, > hi all, i just had a quick question about this example. Where does the example come from? It may be worth asking the author to fix it. > http { >server { >server_name localhost; >root /var/www/website

Re: Subdomains no longer work

2013-12-09 Thread Francis Daly
On Mon, Dec 09, 2013 at 08:24:30AM -0500, Peleke wrote: Hi there, > One problem seems to be that it is not possible to stop nginx: That is probably worth fixing independent of anything else. Issue whatever "kill" or "nginx -s stop" commands you need to, to be able to get it to reliably stop and

alias

2013-12-09 Thread Matthew Ngaha
hi all, i just had a quick question about this example. http { server { server_name localhost; root /var/www/website.com/html; location /admin/ { alias /var/www/locked/; } } } When a reque

Upstrea/ Keepalive strange behaviour

2013-12-09 Thread David DONCHEZ
Hello all, I have a strange behavior when using upstream/keepalive and it could be fine if someone can give me some feedback regarding this setup. I have multiple locations with proxy_pass directive, i use proxy_http_version 1.1 and "Connection" header is cleared. In the upstream block, i have 2

Re: ngx_ssl_dhparam and dh1024_p

2013-12-09 Thread Igor Sysoev
On Dec 9, 2013, at 5:54 , Jeffrey Walton wrote: > Hi All, > > ngx_event_openssl.c hs the following around line 535: > > ngx_ssl_dhparam(ngx_conf_t *cf, ngx_ssl_t *ssl, ngx_str_t *file) > { > ... >/* > * -BEGIN DH PARAMETERS- > * MIGHAoGBALu8LcrYRnSQfEP89YDpz9vZWKP1aLQtSwju1

some suggestions for clarifying client_max_body_size

2013-12-09 Thread Roger Pack
Hello. After installing a "fresh" 1.4.4 nginx with passenger the other day, I had a few suggestions/feature requests for the default install: by default the client_max_body_size can easily be exceeded. I think this takes many people by surprise (at least it did for me) when small uploads work bu

Re: Subdomains no longer work

2013-12-09 Thread Peleke
One problem seems to be that it is not possible to stop nginx: sudo /etc/init.d/nginx stop [ ok ] Stopping nginx: nginx. ~$ ps ax -o pid,ppid,%cpu,vsz,wchan,command|egrep '(nginx|PID)' PID PPID %CPUVSZ WCHAN COMMAND 23558 1 0.0 123844 ep_pol nginx: cache manager process 24945 22802 0

Re[2]: Nginx FastCGI cache for vBulletin

2013-12-09 Thread wishmaster
--- Original message --- From: "ivanp" Date: 9 December 2013, 10:38:02 > Done that already. Actually using Zend OPcache + Memcached, it is better > than XCache. > > fastcgi_cache would additionally boost speed for guest users, just looking > for correct config. Confirm. I have e-marke

Re: [SSL] Initial Connection takes very long time

2013-12-09 Thread Anton Yuzhaninov
On 12/09/13 12:51, Neddy wrote: This is my test result: http://www.webpagetest.org/result/131209_M2_BYF/1/details/ you can see it took more than 9 seconds for initiation Try to connect from local server, e. g. server_with_nginx> openssl s_client -connect 127.0.0.1:443 If local connection is

Re: [SSL] Initial Connection takes very long time

2013-12-09 Thread Richard Stanway
This seems like a firewall or router issue, your server isn't even replying to port 443 connection attempts for a very long time. 04:41:15.000800 IP x.x.x.x.40069 > 118.69.68.219.443: Flags [S], seq 2650257073, win 14600, options [mss 1460,sackOK,TS val 1750622551 ecr 0,nop,wscale 7], length 0 04:

Re: [SSL] Initial Connection takes very long time

2013-12-09 Thread Neddy
I added Essential bundle CA cert into a certchain, but it's no change. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245344,245350#msg-245350 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: [SSL] Initial Connection takes very long time

2013-12-09 Thread Anton Yuzhaninov
On 12/09/13 12:51, Neddy wrote: This is my test result: http://www.webpagetest.org/result/131209_M2_BYF/1/details/ you can see it took more than 9 seconds for initiation At least one issue with https://instavn.com - there is no intermediate certificates provided. http://nginx.org/r/ssl_cert

[SSL] Initial Connection takes very long time

2013-12-09 Thread Neddy
Hi, I'm using nginx 1.5.7 for SSL termination for my websites (no encryption betwwen nginx-origin servers). This is my test result: http://www.webpagetest.org/result/131209_M2_BYF/1/details/ you can see it took more than 9 seconds for initiation My SSL config part in nginx.conf: ssl_session_ca

Re: Nginx FastCGI cache for vBulletin

2013-12-09 Thread ivanp
Done that already. Actually using Zend OPcache + Memcached, it is better than XCache. fastcgi_cache would additionally boost speed for guest users, just looking for correct config. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245340,245343#msg-245343

Re: Nginx FastCGI cache for vBulletin

2013-12-09 Thread itpp2012
Try xcache, since VB is a php application which will run via php-cgi, its easy to add xcache. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,245340,245342#msg-245342 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/list

Nginx FastCGI cache for vBulletin

2013-12-09 Thread ivanp
Hi, Did somebody manage to implement Nginx FastCGI cache for vBulletin 4? I've read several similar links about it: http://www.vbulletin.com/forum/forum/general/server-configuration/259952-nginx-the-raise-of-a-new-giant?p=3408500#post3408500 http://www.vbulletin.com/forum/blogs/ibxanders/3935822-