Jerry Martinez

Results 10 comments of Jerry Martinez

@Riimu Thanks for responding! It's very discouraging when one submits issues or PRs to a repo and the owner ignores it completely! As for implementing this in a BC way,...

This is great! Any chance this can be updated to use xxHash's current API? It's currently at v0.6.4.

I am also for a resolution to the Content-Encoding problem. Although I have been using this module for years to send binary files, I just __wasted__ several hours refactoring a...

I just wanted to link to a few solutions I recommended for this module's compression problem. https://github.com/nmaier/mod_xsendfile/issues/36#issuecomment-471253475

Four years later and I am still dealing with performance issues with open_basedir. @Whissi How can I get this compiled for PHP 7.3,7.4,8.0,8.1 and 8.2? I am willing to pay...

After testing the above configuration, `mod_md` continued to manage stapling for certificates of managed domains. This is wasteful since `mod_ssl` will never ask `mod_md` for stapling information per the global...

@icing I am aware. I listed it in my example for clarity.

@icing I was not aware that `mod_md` would skip the stapling checks when it receives a certificate without an OCSP url. However, wouldn't `mod_ssl` then perform stapling checks against LE...

@icing It is now quite obvious that my configuration changes were unnecessary given that `mod_md` and `mod_ssl` will not attempt stapling checks if the certificate does not have an OCSP...

I am seeing tons of errors like the following: ``` [Sun Jun 01 00:33:13 2025] [ssl:error] AH02218: ssl_stapling_init_cert: no OCSP URI in certificate and no SSLStaplingForceURL set [subject: CN=XXX /...