Custom Query (2296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 2296)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#94 invalid 1.1.14 compilation fails on Mac OS X 10.7.2 somebody Zygimantas Berziunas
Description

objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ objs/ngx_modules.o \ -lpcre -lssl -lcrypto -lz

Undefined symbols for architecture x86_64:

"_pcre_free_study", referenced from:

_ngx_pcre_free_studies in ngx_regex.o

ld: symbol(s) not found for architecture x86_64 collect2: ld returned 1 exit status make[1]: * [objs/nginx] Error 1 make: * [build] Error 2

1.1.13 compiles just fine.

Configuration:

./configure --conf-path=/etc/nginx/nginx.conf --prefix=/usr/local/nginx --error-log-path=/var/log/nginx/error.log --pid-path=/var/run/nginx.pid --lock-path=/var/lock/nginx.lock --sbin-path=sbin/nginx --without-http-cache --with-http_ssl_module --without-http_access_module --without-http_autoindex_module --without-http_empty_gif_module --without-http_ssi_module --without-http_auth_basic_module --without-http_browser_module --without-http_geo_module --without-http_referer_module --with-http_gzip_static_module --without-http_charset_module --without-http_fastcgi_module --without-http_geo_module --without-http_scgi_module --without-http_split_clients_module --without-http_userid_module --without-http_upstream_ip_hash_module --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-log-path=/var/log/nginx/access.log --without-http_proxy_module --with-debug

#1478 fixed 1.13.9 HTTP/2 SERVER PUSH non-compressed assets Ruslan Ermilov George L
Description

Hi compiled Nginx 1.13.9 from master branch to try out HTTP/2 Server Push but noticed the pushed assets loose their gzip compression and are served as non-compressed assets instead of compressed assets. Confirmed with Chrome devtool network inspection, nghttp tool and webpagetest.org that pushed assets are uncompressed. Seems similar to mod_h2 bug at https://github.com/icing/mod_h2/issues/86

Details at:

https://community.centminmod.com/threads/hurray-http-2-server-push-for-nginx.11910/#post-59411

https://forum.nginx.org/read.php?2,278481

System:

CentOS 7.4 64bit

#1780 invalid 1.16.0-alpine docker image CrashLoop lauksas@…
Description

This image throws the error below complaining about the module version. The line in the nginx.conf file is

load_module /usr/lib/nginx/modules/ndk_http_module.so;

Logged error.

2019/05/09 05:44:17 [emerg] 1#1: module "/usr/lib/nginx/modules/ndk_http_module.so" version 1014002 instead of 1016000 in /etc/nginx/nginx.conf:2

PS: version 1.16 unavailable in the box.

1 2 3 4 5 6 7 8 9 10 11 12 13
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.