Re: Errored: notroj/httpd#100 (ldaprebind - 1255c78)

2020-06-09 Thread Joe Orton
Apologies, I didn't realize that forks would spam the list as well. :( There will be a few more errors before the commit which turns off e-mails gets through and/or I get lucky and the thing passes. Looks like we can use a conditional to disable notifications by default for forks, I'll try

Passed: notroj/httpd#103 (ldaprebind - 9a2842f)

2020-06-09 Thread Travis CI
Build Update for notroj/httpd - Build: #103 Status: Passed Duration: 11 mins and 43 secs Commit: 9a2842f (ldaprebind) Author: Joe Orton Message: Install OpenLDAP utilities. View the changeset:

Errored: notroj/httpd#101 (ldaprebind - 3131cb8)

2020-06-09 Thread Travis CI
Build Update for notroj/httpd - Build: #101 Status: Errored Duration: 8 mins and 28 secs Commit: 3131cb8 (ldaprebind) Author: Joe Orton Message: Docker build fix, move earlier. View the changeset:

Errored: notroj/httpd#102 (ldaprebind - ae0b3e2)

2020-06-09 Thread Travis CI
Build Update for notroj/httpd - Build: #102 Status: Errored Duration: 7 mins and 11 secs Commit: ae0b3e2 (ldaprebind) Author: Joe Orton Message: Inline the debconf. View the changeset: https://github.com/notroj/httpd/compare/3131cb86c586...ae0b3e2c1b18 View

Errored: notroj/httpd#100 (ldaprebind - 1255c78)

2020-06-09 Thread Travis CI
Build Update for notroj/httpd - Build: #100 Status: Errored Duration: 8 mins and 24 secs Commit: 1255c78 (ldaprebind) Author: Joe Orton Message: Tweak name. View the changeset: https://github.com/notroj/httpd/compare/ee8b093d7c71...1255c7860914 View the

hardening mod_write and mod_proxy like mod_jk with servletnormalize

2020-06-09 Thread jean-frederic clere
Hi, Basically it adds servletnormalizecheck to mod_proxy for ProxyPass/ProxyPassMatch and mod_rewrite when using P I have tested the following uses: #ProxyPass /docs ajp://localhost:8009/docs secret=%A1b2!@ servletnormalizecheck #ProxyPassMatch "^/docs(.*)$" "ajp://localhost:8009/docs$1"