https://bz.apache.org/bugzilla/show_bug.cgi?id=62102

--- Comment #4 from Luca Toscano <toscano.l...@gmail.com> ---
In trunk it seems already working due to:

http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?r1=1525597&r2=1525596&pathrev=1525597

Basically the if condition in check_errorlog_dir is:

    if (!s->error_fname || s->error_fname[0] == '|'
        || s->errorlog_provider != NULL) {
        return APR_SUCCESS;
    }

So if a errorlog_provider is given, just bail out and avoid checking any file
path. The tricky part now is how to backport the change in 2.4.x since as far
as I can see the code has diverged a bit from trunk.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to