While building 2.0.28 binaries for AIX (using binbuild.sh modified to use the worker MPM), ran into the following weirdness:
1. The parent starts but no children start 2. Much funkiness here... - APR_FILE_BASED_SHM ??? AIX supports shared memory segments - APR_USE_FCNTL_SERIALIZE & APR_USE_PTHREAD_SERIALIZE? Should only be one. bash-2.04# ./httpd -V Server version: Apache/2.0.28 Server built: Nov 26 2001 16:57:44 Server's Module Magic Number: 20011002:0 Server compiled with.... -D APACHE_MPM_DIR="server/mpm/worker" -D APR_FILE_BASED_SHM -D APR_HAS_MMAP -D APR_USE_FCNTL_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/home/wgs/apache/httpd-2_0_28/bindist" -D SUEXEC_BIN="/home/wgs/apache/httpd-2_0_28/bindist/bin/suexec" -D DEFAULT_ERRORLOG="logs/error_log" -D SERVER_CONFIG_FILE="conf/httpd.conf" I have no time to investigate right now but will try to look at this in detail tomorrow if no one beats me to it. Bill
