Thijs Eilander
Thijs Eilander
Hello, Since upgrade to 2.32 my application cannot find the user it used to run as. When reverting back to the docker with 2.31 it works as it always worked....
Please note that PSOL built on Ubuntu 20.04 (Focal) and earlier will not work on systems with newer glibc (for example ubuntu Impish and upcoming Ubuntu LTS Jammy. It's fixable...
Hello. I've packaged up mod pagespeed for nginx. (see https://launchpad.net/~eilander/+archive/ubuntu/nginx , not tested yet) Questions: - Are there any benefits for building PSOL from source? - Can I use the...
@oschaaf or whoever knows how to do this ... :-) First, when I build with bazel I need to add` #include ` to pagespeed/kernel/base/string.h or else bazel build will fail....
It should be possible to use a dynamic library (libzstd.so) instead of including the static libzstd.a into the module, it's a lot easier to maintain/upgrade libzstd.so when a new version...
Just to let you know, I included libnginx-mod-http-zstd into my nginx stack on [https://deb.myguard.nl/nginx-modules]( https://deb.myguard.nl/nginx-modules)
On popular demand, build instructions This should take care of both the glibc issue and the changed api in nginx 1.23.0+ This PSOL library is build from git, commit 409bd76...
Hello, I encountered this error on ubuntu 22.04, it ships with openssl3. Any idea? root@b8ab3399ba7b:/etc/nginx/modules-enabled# ln -s ../modules-available/mod-http-ssl-ct.conf . root@b8ab3399ba7b:/etc/nginx/modules-enabled# nginx -t nginx: [emerg] dlopen() "/usr/share/nginx/modules/ngx_http_ssl_ct_module.so" failed (/usr/share/nginx/modules/ngx_http_ssl_ct_module.so: undefined symbol:...