GitHub user jrushford opened a pull request:

    https://github.com/apache/trafficserver/pull/1218

    TS-5050: The background_fetch plugin fails to check for config files …

    This may be from a regression with TS-2682.  Anyway, with the following 
remap config that we've been using with ATS 5.3.2, the background_fetch config 
file could not be found and read.  The config file is located at 
/opt/trafficserver/etc/trafficserver/bg_fetch.config
    
    @plugin=background_fetch.so @pparam=bg_fetch.config
    
    This works:
    
    @plugin=background_fetch.so @pparam=etc/trafficserver/bg_fetch.config
    
    This PR restores the original behavior so that both configurations shown 
above work.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jrushford/trafficserver TS-5050

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafficserver/pull/1218.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1218
    
----
commit 42ffc818416a5486d42bb51190f064db05e7e4e5
Author: John J. Rushford <jrushf...@apache.org>
Date:   2016-11-11T20:31:33Z

    TS-5050: The background_fetch plugin fails to check for config files 
relative to the config dir etc/trafficserver.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to