You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Travis CI <bu...@travis-ci.org> on 2020/06/05 17:28:09 UTC

Passed: Abhisheknishant/httpd#1 (trunk - 8d3db8b)

Build Update for Abhisheknishant/httpd
-------------------------------------

Build: #1
Status: Passed

Duration: 13 mins and 58 secs
Commit: 8d3db8b (trunk)
Author: Jean-Frederic Clere
Message: make sure the $n of the regular expressions is not included the name of the worker.
for example,  the example:
ProxyPassMatch "^(/.*\.gif)$" "http://backend.example.com:8000$1"
was giving:
AH00526: Syntax error on line nnn of bla/conf/httpd.conf:
ProxyPass Unable to parse URL: http://backend.example.com:8000$1



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

View the changeset: https://github.com/Abhisheknishant/httpd/compare/b7ba286b6e856ae3affd4563c7ff84493bbaa66a...8d3db8bb051ca9f6223142dcb798ebd21db5f08c

View the full build log and details: https://travis-ci.org/github/Abhisheknishant/httpd/builds/694628147?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the Abhisheknishant/httpd repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=28930443&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/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.