I see that with rev. 13641 stdout and stderr from httpd at start time
are thrown away:

@@ -704,7 +698,7 @@
 
         sleep 1
         echo -n "Starting httpd: "
-        ${HTTP_DAEMON_START} -k start -f @SIPX_CONFDIR@/httpd.conf -DSSL \
+        ${HTTP_DAEMON_START} -k start -f @SIPX_CONFDIR@/httpd.conf -DSSL > 
/dev/null 2&>1 \
             && echo_success || echo_failure
         echo
 }

I'm thinking that is counterproductive, as it's not hard to have Apache
configuration errors that produce no logs and are only reported to
stderr.

Dale


_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to