Fixed: apache/httpd#1723 (trunk - 71736a1)

2021-07-02 Thread Travis CI
Build Update for apache/httpd
-

Build: #1723
Status: Fixed

Duration: 11 mins and 49 secs
Commit: 71736a1 (trunk)
Author: Yann Ylavic
Message: Sync CHANGES entries.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891217 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/d6ec6315cc84...71736a1f426c

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/231684009?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Fixed: apache/httpd#1722 (trunk - d6ec631)

2021-07-02 Thread Travis CI
Build Update for apache/httpd
-

Build: #1722
Status: Fixed

Duration: 7 mins and 2 secs
Commit: d6ec631 (trunk)
Author: Yann Ylavic
Message: mod_proxy: Follow up to r1891206: fix UDS scheme.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891216 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/542efc0f007b...d6ec6315cc84

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/231680167?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Broken: apache/httpd#1721 (trunk - 542efc0)

2021-07-02 Thread Travis CI
Build Update for apache/httpd
-

Build: #1721
Status: Broken

Duration: 8 mins and 2 secs
Commit: 542efc0 (trunk)
Author: Yann Ylavic
Message: mpm_proxy: Fix possible reuse/merging of Proxy(Pass)Match workers.  PR 
65419.

We can't truncate ProxyMatch's worker name/url to the first '$' substitution
without possibly colliding with other workers. This also makes the matching
done at runtime by ap_proxy_strcmp_ematch() completely pointless.

To fix this and still address r1878467 (i.e. make http://host:port$1 a "valid"
URL), we need to remove '$' substitutions from the :port part of the URL only
since it's allowed anywhere else by apr_uri_parse().

So let's strip them before apr_uri_parse() and prepend them back in the path
before apr_uri_unparse() to restore the original URL. Non-matchable workers are
not concerned so ap_proxy_define_worker() is made a local helper (w/o the ap_
prefix) which takes "matchable" as argument and can then be called by both
ap_proxy_define_[match_]worker() functions.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1891206 
13f79535-47bb-0310-9956-ffa450edef68

View the changeset: 
https://github.com/apache/httpd/compare/90743b00c7ff...542efc0f007b

View the full build log and details: 
https://app.travis-ci.com/github/apache/httpd/builds/231639811?utm_medium=notification_source=email


--

You can unsubscribe from build emails from the apache/httpd repository going to 
https://app.travis-ci.com/account/preferences/unsubscribe?repository=16806660_medium=notification_source=email.
Or unsubscribe from *all* email updating your settings at 
https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification_source=email.
Or configure specific recipients for build notifications in your .travis.yml 
file. See https://docs.travis-ci.com/user/notifications.



Re: migration of the HTTPD project website

2021-07-02 Thread Dave Fisher



> On Jul 1, 2021, at 11:40 PM, Ruediger Pluem  wrote:
> 
> 
> 
> On 7/1/21 10:49 PM, Christophe JAILLET wrote:
>> Le 01/07/2021 à 18:37, Dave Fisher a écrit :
>>> I see that there is already a PR to fix the modules hyperlink. Should this 
>>> be applied 
>> 
>> From my point of view, no.
>> But /modules/ needs some clean-up.
>> 
>>> and the ASF Pelican version of httpd.apache.org be put into production in 
>>> 24 hours?
>> 
>> Still, from my point of view, +1.
> 
> +1

The migrated httpd-site is now in production. Enjoy!

Regards,
Dave

> 
> Regards
> 
> Rüdiger
> 
> 



Re: migration of the HTTPD project website

2021-07-02 Thread Ruediger Pluem



On 7/1/21 10:49 PM, Christophe JAILLET wrote:
> Le 01/07/2021 à 18:37, Dave Fisher a écrit :
>> I see that there is already a PR to fix the modules hyperlink. Should this 
>> be applied 
> 
> From my point of view, no.
> But /modules/ needs some clean-up.
> 
>> and the ASF Pelican version of httpd.apache.org be put into production in 24 
>> hours?
> 
> Still, from my point of view, +1.

+1

Regards

Rüdiger