Re: Rtmp Module and LibRtmp

2014-06-14 Thread MrDaniel
Sadly, not much of a response there either. The Google groups in general seem to be quite casual and less likely to be maintained or reviewed. This is the same for d3js and cRtmpServer. :/ Any other recommended resources? As there are none for libRTMP and this is very disparaging. You'd think ther

Re: Parse JSON POST request into nginx variable

2014-06-14 Thread Robert Paprocki
There is a form input module you can use to parse POST body into a variable: https://github.com/calio/form-input-nginx-module However this will not get JSON data. For this you make want to look into leveraging the nxin Lua module in conjunction with the Lua cjson module: http://wiki.nginx.org/Ht

Parse JSON POST request into nginx variable

2014-06-14 Thread justink101
How can I read a POST request body which is JSON and get a property? I need to read a property and use it as a variable in proxy_pass. Pseudo code: $post_request_body = '{"account": "test.mydomain.com", "more-stuff": "here"}'; // I want to get $account = "test.mydomain.com"; proxy_pa

Re: Accessing the location configuration of module 2 during post configuration processing of module 1 for a particular server

2014-06-14 Thread Maxim Dounin
Hello! On Thu, Jun 12, 2014 at 01:46:58PM +0800, Rv Rv wrote: [...] > In the post configuration, I see that flag is not properly set > but somestring is. Flag is properly set during request > processing though. > Are the values set during processing of a directive in location > struct guarant

Apache To Nginx Web Server

2014-06-14 Thread Ahmet Selami
Hello, I want to change my Web Server from Apache to Nginx, but i have a configuration error with this server. I want to change the rewrite module inside .htaccess, shown below, as nginx configuration rewrite module. Can you help me how i change this module as nginx rewrite module? What is the co

Apache To Nginx Web Server

2014-06-14 Thread Ahmet Selami
Hello, I want to change my Web Server from Apache to Nginx, but i have a configuration error with this server. I want to change the rewrite module inside .htaccess, shown below, as nginx configuration rewrite module. Can you help me how i change this module as nginx rewrite module? What is the co

Apache To Nginx Web Server

2014-06-14 Thread Ahmet Selami
Hello, I want to change my Web Server from Apache to Nginx, but i have a configuration error with this server. I want to change the rewrite module inside .htaccess, shown below, as nginx configuration rewrite module. Can you help me how i change this module as nginx rewrite module? What is the co