Re: nginx logging with huge vhosts

2014-04-29 Thread Joydeep Bakshi
Hello Maxim, Presently I have configured separate access & error log for each & every nginx vhost. I wonder if there is other alternative which can log all vhosts into a common access & error log and later split them according to vhost for easy debugging. Thanks On Tue, Apr 29, 2014 at 11:20

Re: Wordpress Multi-Site Converting Apache to Nginx

2014-04-29 Thread Nick Rahl
Side Note: It appears the forum is down.http://forum.nginx.org says, "The database connection failed. Please check your database configuration in include/db/config.php. If the configuration is okay, check if the database server is running." That's not what ^~ means. The manual says, "If t

Re: Issue from forum: SSL: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac

2014-04-29 Thread Mark Moseley
On Tue, Apr 29, 2014 at 4:36 PM, Lukas Tribus wrote: > Hi Mark, > > > > I'm running into a lot of the same error as was reported in the forum > > at: > http://mailman.nginx.org/pipermail/nginx-devel/2013-October/004385.html > > > >> SSL: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption fail

RE: Issue from forum: SSL: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac

2014-04-29 Thread Lukas Tribus
Hi Mark, > I'm running into a lot of the same error as was reported in the forum > at: http://mailman.nginx.org/pipermail/nginx-devel/2013-October/004385.html > >> SSL: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or > bad record mac > > I've got an nginx server doing front-end S

Re: Wordpress Multi-Site Converting Apache to Nginx

2014-04-29 Thread Francis Daly
On Tue, Apr 29, 2014 at 04:27:36PM -0400, nrahl wrote: Hi there, > Some of the links want to go to a URL like /wp-admin/network/ and it should > silently redirect to /wordpress/wp-admin/network/. That's what the first > apache rule does. I've tried to create an Nginx rule: > > location ^~ ^/(wp-

Issue from forum: SSL: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac

2014-04-29 Thread Mark Moseley
I'm running into a lot of the same error as was reported in the forum at: http://mailman.nginx.org/pipermail/nginx-devel/2013-October/004385.html > SSL: error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac I've got an nginx server doing front-end SSL, with the upstream

[ANN] OpenResty 1.5.12.1 released

2014-04-29 Thread Yichun Zhang (agentzh)
Hi guys! I am happy to announce the new 1.5.12.1 release of the OpenResty bundle: http://openresty.org/#Download Special thanks go to all our contributors for making this happen! Our current focus has still been on improving both performance and stability. And most of our OpenResty sub-pro

Wordpress Multi-Site Converting Apache to Nginx

2014-04-29 Thread nrahl
I'm trying to move a working Apache2 config to Nginx and failing miserably. The site has a main application, a custom CMS and a wordpress multi-site with a few blogs. The CMS rules are setup and working, but I can't get the wordpress rules to 1. Work and 2. Get executed ebcause the CMS rules are be

Re: problem with echo_before when proxying a server which sends gzipped content

2014-04-29 Thread Yichun Zhang (agentzh)
Hello! On Thu, Apr 3, 2014 at 8:14 AM, Carsten Germer wrote: > yes, it works with suppressing gzip between nginx and source-server with > "proxy_set_header Accept-Encoding "deflate";" > Thanks a bunch! > I was aiming for a solution that preserves the gzip-compression between > source and cache,

Re: nginx logging with huge vhosts

2014-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 29, 2014 at 04:22:45PM +0530, Joydeep Bakshi wrote: > Hello, > > How to log both access & error efficiently with nginx having huge vhost ? > Is there any CustomLog available to collect the combined_vhost information ? > > Is it good configuring separate access & error logs w

Re: nginx reverse proxy hangs

2014-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 29, 2014 at 09:16:40PM +0530, chima s wrote: > I've set up nginx as a reverse proxy for a jboss service and also serves > Static Pages. Its stop working after keeping server idle for some time. > > During the time, when i call static page it serves.Also tried calling the > jbo

nginx reverse proxy hangs

2014-04-29 Thread chima s
I've set up nginx as a reverse proxy for a jboss service and also serves Static Pages. Its stop working after keeping server idle for some time. During the time, when i call static page it serves.Also tried calling the jboss directly it works. Only the dynamic contents through reverse proxy doesn

Asynchronously send a reply

2014-04-29 Thread crespin
Hello, I wrote a module that records requests that are processed within a cluster. Is it possible to set a handle to be regularly reminded and when the response is available to transmit. When the data are not yet available, the handle assumes the data transmission. Thanks and regards, yves Post

Re: Be aware of disconnection

2014-04-29 Thread crespin
> Install a cleanup handler on a connection or request pool. Take > a look at limit_conn module to see an example: > > http://hg.nginx.org/nginx/file/3a48775f1535/src/http/modules/ngx_http_ > limit_conn_module.c#l258 Thanks ! It's easy to implement. Posted at Nginx Forum: http://forum.nginx.o

Re: The http output chain is empty.

2014-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 29, 2014 at 06:09:36PM +0530, Makailol Charls wrote: > Hi, > > I am not sure how to debug this issue, could someone help me with this? > > This is my Nginx configure argument. > > # nginx -V > nginx version: nginx/1.5.12 > built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC)

Re: The http output chain is empty.

2014-04-29 Thread Makailol Charls
Hi, I am not sure how to debug this issue, could someone help me with this? This is my Nginx configure argument. # nginx -V nginx version: nginx/1.5.12 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-3) (GCC) TLS SNI support enabled configure arguments: --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx

Re: nginx SSL/SNI phase

2014-04-29 Thread Richard Kearsley
On 26/03/14 14:09, stremovsky wrote: I think it can be a great feature for big production environments ! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,248429,248722#msg-248722 exactly.. I noticed a few updates to SNI in the latest releases, do any of them take us closer to this?

Re: Be aware of disconnection

2014-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 29, 2014 at 07:31:38AM -0400, crespin wrote: > Hello, > I'm write a module storing requests in an memory array. An internal thread > send request in a cluster. > I need to be aware of deconnection for specific post-treatment. I'm unable > to find any API. How to setup a handle

Be aware of disconnection

2014-04-29 Thread crespin
Hello, I'm write a module storing requests in an memory array. An internal thread send request in a cluster. I need to be aware of deconnection for specific post-treatment. I'm unable to find any API. How to setup a handle on disconnection ? Thanks and regards Yves Posted at Nginx Forum: http://

nginx logging with huge vhosts

2014-04-29 Thread Joydeep Bakshi
Hello, How to log both access & error efficiently with nginx having huge vhost ? Is there any CustomLog available to collect the combined_vhost information ? Is it good configuring separate access & error logs when huge vhost ? Please suggest. Thanks ___

Re: The http output chain is empty.

2014-04-29 Thread itpp2012
Maybe related to http://trac.nginx.org/nginx/ticket/132 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249721,249725#msg-249725 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: mod_rpaf enabled; still apache log showing 127.0.0.1 as source !!

2014-04-29 Thread Joydeep Bakshi
Hello list, Thanks a lot. After following your suggestions and the link Maxim shared, I have compiled the module in my server as well as put the required configuration at httpd.conf. Now the WAN IP appears at access.log of apache. BTW: the error log still comes with local IP, any way to get remot