Re: SPDY certificates and Wordpress multisite

2013-05-27 Thread Sylvia
regarding recompile question: SPDY is supported with OpenSSL 1.0.1 so if your distro using earlier version, SPDY will not be supported, you can check "nginx -V" if SPDY been enabled. When recompiling you can use openssl source package and link it statically to nginx if needed --with-http_spdy_mod

Re: SPDY certificates and Wordpress multisite

2013-05-27 Thread Jonathan Matthews
I don't use SPDY, so take what I say as being from an SSL perspective, not a SPDY one. If your 17 blogs live under the same domain that you own, you could look at using a wildcard SSL cert. You'd only need a single IP/server{} combo for each wildcard cert, and a single wildcard cert for each uniqu

SPDY certificates and Wordpress multisite

2013-05-27 Thread cachito
Hello. I manage a small blog network (17) that has a lot of traffic (20MM visits/month). I use Wordpress Multisite to manage it, each blog has its own domain name, and all are served from the same WP install. I'm thinking about implementing SPDY to speed up the sites, I know I need SSL certificate

nginx 1.4.1 + 'gzip on' causes download of file instead of displaying it in browser

2013-05-27 Thread gadh
when i use nginx 1.4.1 + 'gzip on', once in every 2 requests i get the index.php (which its output is text/html) being downloaded by the browser as unknown file type instead of displayed in it (the broswer displays the "download & save" window and writes in this window that its content type is 'app

Re: Rewriting and proxy problem

2013-05-27 Thread Francis Daly
On Mon, May 27, 2013 at 11:31:37AM -0300, Sergio Belkin wrote: Hi there, > I'd want that when you type http://example.com/upvc proxies the > /var/lib/tomcat6/webapps/demo/ > demo3.jsp file to tomcat Just for clarity, "proxy_pass" proxies to a url, not to a file. So you probably want it to proxy

Re: Performance trouble after migration Squeeze to Wheezy

2013-05-27 Thread B.R.
Thanks for the work on Wheezy ;o) Thanks also for the performance tests. I'll look into it. --- *B. R.* On Mon, May 27, 2013 at 12:52 PM, Sergey Budnevitch wrote: > > On 25 May2013, at 01:16 , B.R. wrote: > > > Hello, > > > > First of all I need to emphasize the fact that I know WHeezy is n

Re: Performance trouble after migration Squeeze to Wheezy

2013-05-27 Thread Sergey Budnevitch
On 25 May2013, at 01:16 , B.R. wrote: > Hello, > > First of all I need to emphasize the fact that I know WHeezy is not yet > supported. Packages for wheezy and raring have been uploaded. > What I am trying to determine how WHeezy could impact Nginx (compiled for > Squeeze) performance. >

Re: Rewriting and proxy problem

2013-05-27 Thread Sergio Belkin
2013/5/27 Sergio Belkin > > 2013/5/25 Francis Daly > >> On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote: >> >> Hi there, >> >> > I am completeley newbie to nginx >> >> Welcome. >> >> The nginx config follows its own logic, which may not match your previous >> experiences. When you

Re: Rewriting and proxy problem

2013-05-27 Thread Sergio Belkin
2013/5/25 Francis Daly > On Fri, May 24, 2013 at 02:39:58PM -0300, Sergio Belkin wrote: > > Hi there, > > > I am completeley newbie to nginx > > Welcome. > > The nginx config follows its own logic, which may not match your previous > experiences. When you understand that, you'll have a much bette

Re: nginx got an 500 error when uploading files

2013-05-27 Thread Maxim Dounin
Hello! On Sun, May 26, 2013 at 12:03:58PM +0800, baalchina wrote: > Hi everyone, > > I am using nginx 1.4.1 and php-fpm 5.3.25. > > Everything is fine except when I uploading files to server. > > I have a Discuz! x3(a forum system) and when I post threads, except > attachment everything is fin

Re: fastcgi_read_timeout with PHP backend

2013-05-27 Thread Maxim Dounin
Hello! On Sat, May 25, 2013 at 01:01:32PM -0400, B.R. wrote: > Hello, > > I am trying to understand how fastcgi_read_timout works in Nginx. > > Here is what I wanna do: > I list files (few MB each) on a distant place which I copy one by one > (loop) on the local disk through PHP. > I do not kno