ngx_http_js_module icon indicating copy to clipboard operation
ngx_http_js_module copied to clipboard

nginx javascript module

Results 34 ngx_http_js_module issues
Sort by recently updated
recently updated
newest added

hello, Can by Ngx_http_js_module gets environment variables?

``` THIS PROJECT IS ABSOLUTE, sorry bro. ``` This implies it's completed and perfect and should be used. Whereas.. It probably should say "obsolete".

reread those great books about C++ and port all the module to it

Nginx.createVariable('$name', callback)

The issue is best described from this stack overflow post (while it is not my own the situation is almost identical) http://serverfault.com/questions/592904/cannot-compile-nginx-with-3rd-party-module

This is the output of make: cc -c -I /home/mimiko/src/nginx-modules/ngx_http_js_module/src/ -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -I/opt/GeoIP/include -I/opt/gperftools/include -I/opt/ffmpeg/include -DNDK_SET_VAR -I/home/mimiko/src/nginx-modules/nginx-rtmp-module -I/home/mimiko/src/nginx-modules/ngx_http_lower_upper_case -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -I/home/mimiko/src/nginx-modules/ngx_http_php_session -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR...

see this https://developer.mozilla.org/en/SpiderMonkey/1.8.5#Native_functions

rykomats does this in a right manner in ngxv8. If you need to get a header value very-very fast you may not want to construct Nginx.HeadersIn object, bing it to...

If it is possible to protect every string is used in the request from garbage collecting till the request is gone, we can forget about copying all the strings bytes,...