On 14.05.2009 23:06, William A. Rowe, Jr. wrote: > rj...@apache.org wrote: >> Author: rjung >> Date: Thu May 14 19:13:17 2009 >> New Revision: 774884 >> >> URL: http://svn.apache.org/viewvc?rev=774884&view=rev >> Log: >> Revert r774755: ap_server_root_relative() for >> >> piped loggers is nonsense. It doesn't work when >> the logger path contains whitespace. > > Ok; not sure what you mean here. All of the following work today > provided the cwd is the path of httpd root; > > ErrorLog "|/opt/apache\ server/bin/rotatelogs logs/foo.log 1M" > ErrorLog "|"c:\program files\apache\bin\rotatelogs" logs/foo.log 1M" > ErrorLog "|bin/rotatelogs logs/foo.log 1M"
The line break was an accident, so it was meant as "adding ap_server_root_relative() in r774755 was nonsense, because it breaks the working cases when whitespace is involved".