Commit Graph

107 Commits

Author SHA1 Message Date
root 6689fd295b 2026
build-and-publish / build (push) Has been cancelled
2026-04-26 01:38:39 +00:00
root 51b6eaa694 implementation of nginx 1.30 + AWS-LC + 5k-vhost perf tuning
build-and-publish / build (push) Successful in 3m18s
- nginx 1.30.0, ModSecurity v3.0.12, AWS-LC 1.72.0 (replaces
  quictls/openssl 3.1.5-quic1; OpenSSL 3.1 is EOL upstream)
- AWS-LC build via cmake+ninja, installed to /usr/local/aws-lc;
  nginx links via -I/-L and rpath
- lua-nginx-module: sed-broaden the existing OPENSSL_IS_BORINGSSL
  guards to also recognise OPENSSL_IS_AWSLC (covers #ifdef,
  #ifndef, #elif defined). without this the missing-API stubs
  never fire on AWS-LC and the build breaks on
  SSL_get1_supported_ciphers / SSL_export_keying_material_early
- lua-resty-core / lrucache: switched from `git clone master`
  to wget tarball pinned via LUA_SCRIPTS_RESTYCORE/LRUCACHE.
  master drifted to wanting ngx_lua 0.10.30 while the pin was
  0.10.29 — silent CI breakage waiting to happen
- ModSec rewritten for v3 build flow (./build.sh && ./configure
  --without-pcre --with-pcre2). v2's standalone.so isn't what
  ModSecurity-nginx connector links against; it wants
  libmodsecurity.so
- PCRE2: switched to /releases/download/ tarball (bundles the
  sljit submodule needed for --with-pcre-jit); /archive/refs/tags/
  is a raw snapshot and omits submodules
- LuaJIT version pin had a stray leading 'v' that produced
  /tags/vv2.1-... → 404
- drop -L/lib/x86_64-linux-gnu -lpcre from --with-ld-opt;
  PCRE1 is gone from debian 13
- drop libpcre3-dev from apt install for the same reason
- fix latent bug in build/run.sh build(): make && make install
  && make clean swallows make failures from set -e because of
  &&-chain semantics. now separate statements
- static/nginx/nginx.conf rewrite for shared hosting at 5k+
  vhosts: server_names_hash_max_size 32768, shared SSL session
  cache 200m, OCSP stapling, open_file_cache, brotli+gzip
  enabled in http{}, worker_cpu_affinity auto, max_headers 100,
  keepalive_requests 10000. client_header_buffer_size dropped
  from 2M to 4k (was a memory amplification surface)
- README: performance section comparing twiy vs vanilla nginx,
  OpenResty, Apache; expected yield breakdown
2026-04-26 01:09:28 +00:00
root aa7d66f142 Repo release
build-and-publish / build (push) Successful in 2m51s
2026-04-25 21:24:55 +00:00
𝓙𝓾𝓵𝓲𝓸 e15b9d88f1 Update README.md 2024-09-01 13:08:15 +02:00
𝓙𝓾𝓵𝓲𝓸 6cf028078e Update README.md 2024-05-22 23:25:20 +02:00
𝓙𝓾𝓵𝓲𝓸 3ee649efd1 Update README.md 2024-05-22 05:18:14 +02:00
𝓙𝓾𝓵𝓲𝓸 2e5b7df4c8 Update README.md 2024-05-22 03:01:58 +02:00
𝓙𝓾𝓵𝓲𝓸 134c3048a2 Update README.md 2024-05-22 03:01:39 +02:00
𝓙𝓾𝓵𝓲𝓸 142468583e Update README.md 2024-05-22 00:42:54 +02:00
𝓙𝓾𝓵𝓲𝓸 45a172fb6b Update README.md 2024-05-22 00:42:05 +02:00
𝓙𝓾𝓵𝓲𝓸 1bf7898bd5 Update README.md 2024-05-22 00:41:08 +02:00
𝓙𝓾𝓵𝓲𝓸 99fe8e8793 Update README.md 2024-05-22 00:40:00 +02:00
𝓙𝓾𝓵𝓲𝓸 b2c326ac59 Update README.md 2024-05-22 00:33:59 +02:00
𝓙𝓾𝓵𝓲𝓸 4bb4d34cba Update README.md 2024-05-20 05:37:38 +02:00
𝓙𝓾𝓵𝓲𝓸 c5264a37b4 Update README.md 2024-05-20 05:37:17 +02:00
ƬHE ЯAW ☣ b447fcc76c Update README.md 2024-03-06 00:40:56 +01:00
ƬHE ЯAW ☣ 2953575b1b not currently available. 2023-04-18 22:16:59 +02:00
ƬHE ЯAW ☣ df1651b1be added a premium version. 2023-03-22 05:06:21 +01:00
ƬHE ЯAW ☣ 6115216a1e Update README.md 2023-01-02 06:07:03 +01:00
ƬHE ЯAW ☣ 64723c9cb9 Update README.md 2022-12-29 04:08:12 +01:00
ƬHE ЯAW ☣ aff5839f64 Update README.md 2022-12-29 03:33:11 +01:00
ƬHE ЯAW ☣ 9c4e3c1ab9 Update README.md 2022-12-27 20:15:33 +01:00
ƬHE ЯAW ☣ a33a51423d Update README.md 2022-10-26 16:58:44 -07:00
ƬHE ЯAW ☣ 306eba8c1c Update README.md 2022-10-26 16:57:12 -07:00
ƬHE ЯAW ☣ 62a49e0056 Update README.md 2022-10-26 16:52:53 -07:00
ƬHE ЯAW ☣ 88378f5e9a Update README.md 2022-10-26 16:48:19 -07:00
ƬHE ЯAW ☣ 8b62590c08 Update README.md 2022-10-26 16:42:39 -07:00
ƬHE ЯAW ☣ 026adc4d5a Update README.md 2022-04-12 01:57:29 +02:00
ƬHE ЯAW ☣ 8d43afe19a actions badge 2022-04-12 01:05:08 +02:00
ƬHE ЯAW ☣ 67299c36ea Update README.md 2022-03-21 20:12:13 +01:00
ƬHE ЯAW ☣ c0400dc2be Update README.md 2022-03-21 20:11:22 +01:00
ƬHE ЯAW ☣ ffccfb33d7 Update README.md 2022-03-21 20:10:05 +01:00
ƬHE ЯAW ☣ 4baf5e46f3 Update README.md 2022-03-21 20:09:42 +01:00
ƬHE ЯAW ☣ b9e7710c9a Update README.md 2022-03-19 03:00:18 +01:00
ƬHE ЯAW ☣ 69b472ab4f Update README.md 2022-03-19 00:20:56 +01:00
ƬHE ЯAW ☣ 03fe311e16 Update README.md 2022-03-19 00:18:38 +01:00
ƬHE ЯAW ☣ bf60debb02 Update README.md 2022-03-19 00:17:11 +01:00
ƬHE ЯAW ☣ 2c13cb13b1 Update README.md 2022-03-19 00:16:51 +01:00
ƬHE ЯAW ☣ 0fbf278d4c Update README.md 2022-03-19 00:13:22 +01:00
ƬHE ЯAW ☣ d1e0e46bd9 Update README.md 2022-03-19 00:13:08 +01:00
ƬHE ЯAW ☣ 3410a3daf1 Update README.md 2022-03-19 00:12:01 +01:00
ƬHE ЯAW ☣ 1eba6f9844 Update README.md 2021-05-30 21:31:51 +02:00
ƬHE ЯAW ☣ 30a36a38ea Update README.md 2021-05-30 21:31:29 +02:00
theraw 22dd775f52 Update README.md 2019-07-11 04:40:49 +02:00
theraw 48af67f447 Update README.md 2019-05-07 12:18:07 +02:00
theraw 429b400290 Update README.md 2019-04-09 15:43:01 +00:00
theraw ff1f24f9da Update README.md 2018-11-28 20:59:42 +01:00
theraw 078b9cffc1 Update README.md 2018-11-22 17:31:40 +01:00
theraw c9f917c432 Update README.md 2018-11-20 18:36:29 +01:00
theraw 5664d6621c Update README.md 2018-10-31 07:18:19 +01:00