hi all I am upgrading from Apache 2.0.53 to Apache 2.2.3 but recently I am facing some issues with piped logging in Apache 2.2 .Please let me know if anyone of you had also faced it.
I used following in my httpd.conf for error logging ErrorLog "|/bin/sh -c 'RUNTIME=/myruntime LD_LIBRARY_PATH=/myruntime/lib /myruntime/bin/mylogger -k file -d /myruntime/logs -f error_log'" but this not working and httpd do not starts there are no logs about what happened ,but the same thing works on Apache 2.0.53.Instead if I use following everything goes fine and httpd starts up ErrorLog "|/myruntime/bin/mylogger -k file -d /myruntime/logs -f error_log'" Can anyone help me on this and let me know if there has been any change in implementation of piped logs in 2.2 w.r.t to 2.0. Thanks/Regards Manmeet singh khurana The information contained in this electronic mail transmission may be privileged and confidential, and therefore, protected from disclosure. If you have received this communication in error, please notify us immediately by replying to this message and deleting it from your computer without copying or disclosing it.
