Mimikoo
Mimikoo
Hello. I can't compile nginx with this module. This is the make error: 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 -Wno-error -DNDK_SET_VAR...
When using both modules, ngx_pagespeed does not compile: ``` 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 -I/opt/ImageMagick/include/ImageMagick-6 -DMAGICKCORE_QUANTUM_DEPTH=32 -DMAGICKCORE_HDRI_ENABLE=0 -I/opt/libsass/include -I/opt/hiredis/include/hiredis -DNDK_SET_VAR...
This error I get when make: nginx> make make -f objs/Makefile make[1]: Entering directory `/home/mimiko/src/nginx' objs/Makefile:3641: warning: overriding commands for target`objs/addon/src/ngx_http_lua_module.o' objs/Makefile:3487: warning: ignoring old commands for target `objs/addon/src/ngx_http_lua_module.o' cc...
Hello. I want to have 3 data replica nodes, plus fourth glusterfs node as arbiter for this three data nodes. Is this possible? Currently I have 3 replica data nodes...
Hello. Is there a away to proxy to different webmin servers behind nginx proxy using subfolders? I.e.: example.com/srv1/ example.com/srv2/ PS. Please take into account that none of webmin servers should...
This is error: ``` /home/mimiko/src/nginx-modules/nginx-eval-module/ngx_http_eval_module.c /home/mimiko/src/nginx-modules/nginx-eval-module/ngx_http_eval_module.c: In function Б-?ngx_http_eval_blockБ-?: /home/mimiko/src/nginx-modules/nginx-eval-module/ngx_http_eval_module.c:640:39: error: variable Б-?pclcfБ-? set but not used [-Werror=unused-but-set-variable] /home/mimiko/src/nginx-modules/nginx-eval-module/ngx_http_eval_module.c:631:32: error: variable Б-?ecfБ-? set but not used [-Werror=unused-but-set-variable] cc1: all warnings...
git clone https://github.com/yaoweibin/nginx_upstream_check_module.git ~/src/nginx-modules/nginx_upstream_check_module; cd nginx; ./configure --add-module=~/src/nginx-modules/nginx_upstream_check_module Error is: adding module in ~/src/nginx-modules/nginx_upstream_check_module checking for ngx_http_upstream_check_module ... not found auto/configure: error: the ngx_http_upstream_check_module addon error. I have to rename...
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...
Hello. There is PGADMIN_DEFAULT_PASSWORD_FILE which can be used to pass default password from docker secrets. There is no way to pass default password for PGADMIN_CONFIG_CONFIG_DATABASE_URI from docker secrets. So the...