Support per addon C++ flags

2016-08-23 Thread fengli
I'm trying to compile my module with C++ with additional flags, more specific, -std=c++11. I want to get my module use the standard nginx build scripts, like auto/configure, etc. However, looks like nginx only allows C++ options on global level. So, if I specify the -std=c++11 in --with_cc_opt, oth

Re: Problems with custom log file format

2016-08-23 Thread lists
Thanks. I will fix the line and report back.  I'm not really using the xyz tld. The lines should be commented out. I'm just using the com. But I will check that as well   Original Message   From: Reinis Rozitis Sent: Tuesday, August 23, 2016 1:32 PM To: nginx@nginx.org Reply To: nginx@nginx.org

Re: Problems with custom log file format

2016-08-23 Thread Reinis Rozitis
Without the specified format so ses the default. .. it uses the default. rr ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problems with custom log file format

2016-08-23 Thread Reinis Rozitis
Link goes to conf file https://www.dropbox.com/s/1gz5139s4q3b7e0/nginx.conf?dl=0 On line 324 you have (for the lazygranch.xyz virtualhost): access_log /var/log/nginx/access.log; Without the specified format so ses the default. rr ___ nginx mailing

Re: Problems with custom log file format

2016-08-23 Thread li...@lazygranch.com
Link goes to conf file https://www.dropbox.com/s/1gz5139s4q3b7e0/nginx.conf?dl=0 On Tue, 23 Aug 2016 20:51:55 +0300 "Reinis Rozitis" wrote: > > Configuration file included in the post. I already checked it. > > You have shown only few excerpts (like there might be other > access_log directives

Re: Problems with custom log file format

2016-08-23 Thread Reinis Rozitis
Configuration file included in the post. I already checked it. You have shown only few excerpts (like there might be other access_log directives in other parts included config files (easily missed when doing include path/*.conf) etc). For example if you can reproduce the issue with such conf

Re: Problems with custom log file format

2016-08-23 Thread Lucas Rolff
1st one matches your log format, the 2nd one matches the `combined` format - so: - Maybe you've still some old nginx processes that are still not closed after reloading, which causes it to log in the combined format, or can it be another vhost logging to same log file, without using access_log

Re: Problems with custom log file format

2016-08-23 Thread lists
Configuration file included in the post. I already checked it.   Original Message   From: Maxim Dounin Sent: Tuesday, August 23, 2016 10:10 AM To: nginx@nginx.org Reply To: nginx@nginx.org Subject: Re: Problems with custom log file format Hello! On Tue, Aug 23, 2016 at 10:07:56AM -0700, li...@l

Re: Problems with custom log file format

2016-08-23 Thread Maxim Dounin
Hello! On Tue, Aug 23, 2016 at 10:07:56AM -0700, li...@lazygranch.com wrote: > Looks like I have no takers on this problem. Should I filed a > bug report? If so, where? I would recommend you to start with double-checking your configuration instead. -- Maxim Dounin http://nginx.org/

Re: Problems with custom log file format

2016-08-23 Thread lists
Looks like I have no takers on this problem. Should I filed a bug report? If so, where?   Original Message   From: li...@lazygranch.com Sent: Sunday, August 21, 2016 7:02 PM To: nginx@nginx.org Reply To: nginx@nginx.org Subject: Problems with custom log file format Nginx 1.10.1,2 FreeBSD 10.2-

constant bit rate delivery for reverse proxy

2016-08-23 Thread gurumurthi84
Team, we are trying to integrate nginx as a mid-tier caching solution for our Content Delivery Network which actually delivers MPEG TS video data to user set top boxes which basically works with the constant bit rate between end to end. our deployment is something like below cluster of edge devi

Re: No HTTPS on nginx.org by default

2016-08-23 Thread Daniël Mostertman
On 2016-08-23 15:31, Maxim Konovalov wrote: Let me repeat: nginx.org supports HTTPS. I don't think it adds any measurable security here but it's matter of religion but you can use it for free if you think it does. +1 Although it would be chique if nginx.org would advertise a HSTS-header so tha

Re: No HTTPS on nginx.org by default

2016-08-23 Thread Maxim Konovalov
On 8/23/16 4:15 PM, B.R. wrote: > On Mon, Aug 22, 2016 at 6:49 PM, Maxim Konovalov > mailto:ma...@nginx.com>> wrote: > On 8/22/16 7:41 PM, B.R. wrote: > > In 2016, stating that content served over HTTP is 'secure' blows my > > mind and kills your credibility. > > > Who d

Re: No HTTPS on nginx.org by default

2016-08-23 Thread B.R.
> > On Mon, Aug 22, 2016 at 6:49 PM, Maxim Konovalov wrote: > On 8/22/16 7:41 PM, B.R. wrote: > > In 2016, stating that content served over HTTP is 'secure' blows my > > mind and kills your credibility. > > > Who did that? What's his name? > ​Someone named 'Maxim Konovalov'​. Sounds familiar? Se

nginx and ssl

2016-08-23 Thread Trast0
Hello I'm new to the world nginx and I'm trying to set up a web server. I'm probably making rookie mistakes, apologize in advance The problem I have is that the server translates https addresses, for example https://webdomain at http://webdomain:443 is this logical?, what is my error? Thank you

Neo4j HA cluster with Nginx

2016-08-23 Thread Nenad Dimitrijevic
I found this articl how to do it with HA proxy: http://fossies.org/linux/neo4j/enterprise/ha/src/docs/dev/haproxy.asciidoc Is there any reading or example about how to configure Neo4j HA cluster with Nginx using bolt protocol? -- m _