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
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
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
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
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
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
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
--- 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
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
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:
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
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
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
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
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
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-
16 matches
Mail list logo