Mailing List Archive

Broken: apache/httpd#1956 (trunk - 6d76cbb)
Build Update for apache/httpd
-------------------------------------

Build: #1956
Status: Broken

Duration: 21 mins and 37 secs
Commit: 6d76cbb (trunk)
Author: Yann Ylavic
Message: mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590.

Handle the unix: scheme as an obsolute URI or a rule like:
RewriteRule ^/(.*) unix:/path/to/uds.sock|fcgi://localhost/$1 [P]
sets r->filename for /index.html as:
proxy:http://www.example.com/unix:/path/to/uds.sock|http://localhost/index.html
instead of the expected:
proxy:unix:/path/to/uds.sock|http://localhost/index.html

Submitted by: Janne Peltonen <janne.peltonen sange.fi>
Reviewed by: ylavic



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

View the changeset: https://github.com/apache/httpd/compare/994787e1262a...6d76cbb9100b

View the full build log and details: https://app.travis-ci.com/github/apache/httpd/builds/238275176?utm_medium=notification&utm_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&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://app.travis-ci.com/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.