George Liu (eva2000)
George Liu (eva2000)
i just use `make` these days works on my [forked wrk branch](https://github.com/centminmod/wrk/tree/centminmod)
I haven't looked at Magento since originally post the write up at https://github.com/centminmod/centminmod-magento2/ so whether changes or updates are needed due to Magento changes, I wouldn't know. Might want to...
It's probably planned for the future but not now as providing a script, means I'd have to provide some form of support for it which I probably won't be doing...
for > Phpmyadmin Install script errors out, cant find npm/node that I've updated 130.00beta01 with the fix to use nodejs v16 instead of v18, need to update same for 124.00stable...
@rootella try this phpmyadmin-tar.sh version that I just created uses tarball instead of git for phpmyadmin insall https://github.com/centminmod/phpmyadmin#install-tarball-version ``` # uninstall existing phpmyadmin install /root/tools/phpmyadmin_uninstall.sh # download phpmyadmin-tar.sh cd /usr/local/src/centminmod/addons...
@agentzh ok here's the log from last run in gist at https://gist.github.com/centminmod/fa4f1d85d215a1a9bca7/raw/385a97ac3c2ce4b69e34c1ffca5ca7547c89638e/nginx_log_errors.md thanks George
@agentzh i see - have roadblock with lua-nginx-module as dynamic module at https://github.com/openresty/lua-nginx-module/issues/715 so I guess for now compiling both as non-dynamic is easiest way
Just chiming in with my 2 cents Now that OpenSSL 1.1.1 is EOL with 1.1.1w being the last public release, curious what are OpenResty and Lua Nginx's ssl* plans for...
Nice. So that applies to both Angie and open source Nginx 1.25.x built with OpenSSL 3.2? Or just Angie?
yeah same here even with main_ext log format on source compiled nginx 1.13.1 + centos 7.3 > nginx -V > nginx version: nginx/1.13.1 > built by gcc 5.3.1 20160406 (Red...