I ran into this bug the other day as well. The trouble is
that /etc/init.d/apache throws away the stderr from
apachctl. On my system (Apache 1.3.33-3), the 'start' block
for the daemon reads as follows:

case "$1" in
  start)
    should_start
    test_config
    echo -n "Starting web server: $NAME"
    $ENV $SSD --start --pidfile $PIDFILE --exec $DAEMON > /dev/null
    ;;

Obviously that /dev/null will be a problem if apache-ssl
prompts for a passphrase.

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
+(617) 308-5571
http://laniels.org/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to