https://bz.apache.org/bugzilla/show_bug.cgi?id=62634
--- Comment #1 from V <[email protected]> --- More details: $ ./httpd -V Server version: Apache/2.4.33 (Unix) Server built: Apr 13 2018 11:31:43 Server's Module Magic Number: 20120211:76 Server loaded: APR 1.6.3, APR-UTIL 1.6.1 Compiled using: APR 1.6.3, APR-UTIL 1.6.1 Architecture: 32-bit Server MPM: event threaded: yes (fixed thread count) forked: yes (variable process count) Server compiled with.... -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_PROC_PTHREAD_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=256 -D HTTPD_ROOT="/opt/Apache/apache-2.4" -D SUEXEC_BIN="/opt/Apache/apache-2.4/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" ======================================================== Oracle Solaris 10 1/13 s10s_u11wos_24a SPARC Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved. Assembled 17 January 2013 ======================================================== Running Solaris LDOMS Logical Domains Manager (v 3.1.1.1.7) Hypervisor control protocol v 1.11 Using Hypervisor MD v 1.4 ======================================================== 8 CPUs of type: 3600 MHz SPARC-T5 ======================================================== Uname –a? SunOS s1qvwb990 5.10 Generic_150400-59 sun4v sparc sun4v ======================================================== And please have them run ldd against httpd and provide the output /opt/Apache/apache-2.4/bin $ ldd httpd libpcre.so.1 => /usr/local/lib/libpcre.so.1 libaprutil-1.so.0 => /opt/Apache/apache-2.4/lib/libaprutil-1.so.0 libexpat.so.1 => /usr/local/lib/libexpat.so.1 libiconv.so.2 => /usr/local/lib/libiconv.so.2 libapr-1.so.0 => /opt/Apache/apache-2.4/lib/libapr-1.so.0 libuuid.so.1 => /usr/lib/libuuid.so.1 libsendfile.so.1 => /usr/lib/libsendfile.so.1 librt.so.1 => /usr/lib/librt.so.1 libsocket.so.1 => /usr/lib/libsocket.so.1 libnsl.so.1 => /usr/lib/libnsl.so.1 libpthread.so.1 => /usr/lib/libpthread.so.1 libc.so.1 => /usr/lib/libc.so.1 libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 libaio.so.1 => /usr/lib/libaio.so.1 libmd.so.1 => /usr/lib/libmd.so.1 libmp.so.2 => /usr/lib/libmp.so.2 libscf.so.1 => /usr/lib/libscf.so.1 libdoor.so.1 => /usr/lib/libdoor.so.1 libuutil.so.1 => /usr/lib/libuutil.so.1 libgen.so.1 => /usr/lib/libgen.so.1 libm.so.2 => /usr/lib/libm.so.2 /lib/libm/libm_hwcap1.so.2 /platform/sun4v/lib/libc_psr.so.1 /platform/sun4v/lib/libmd_psr.so.1 ===================================================== Httpd was built from source.. here is the config.nice Config.nice #! /bin/sh # # Created by configure "./configure" \ "--prefix=/opt/Apache/apache-2.4" \ "-enable-so" \ "--enable-ssl" \ "--enable-reqtimeout" \ "--enable-headers" \ "--with-ssl=/usr/local/ssl" \ "--enable-rewrite" \ "--disable-info" \ "--disable-status" \ "--disable-autoindex" \ "--disable-imap" \ "--disable-userdir" \ "--disable-auth" \ "$@" Please let me know if you need anything else. ~V -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
