]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Force the current directory to the server root in the invocation of the piped
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 May 2009 20:53:33 +0000 (20:53 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 15 May 2009 20:53:33 +0000 (20:53 +0000)
commit9a84fd27d600cdc87b1f77fd540d42e79477a246
treed6aecbc80a480a87b8cfe8b3af4cacad69138d5a
parent10d6aaf94bec5897d5b1459aef9fdab98b017ccb
Force the current directory to the server root in the invocation of the piped
logger processes.

Looking for confirmation from Rainer that this resolves the ambiguity
he observed in Message-ID: <4A0C9430.2090404@kippdata.de>.

Note that the shell may decide to ignore the chdir, so test with "|$cmd"
syntax to compare to the expected behavior from 5/14 or earlier.

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