New comment by gmbeard on void-packages repository https://github.com/void-linux/void-packages/pull/42972#issuecomment-1487493375 Comment: I've managed to somewhat test this with apache in a x86\_64-glibc chroot. I manually bumped apr-util to `1.6.3`, and apache to `2.4.56` (looks like the existing apache template in the source tree has a dead distfile BTW. Maybe one for #42403). Maybe not the most thorough of tests, but I can successfully start `httpd` with a default `httpd.conf` and get a dir listing page from `http://127.0.0.1:8080`
Output from apachectl -V ``` Server version: Apache/2.4.56 (Unix) Server built: Mar 25 2023 11:59:59 Server's Module Magic Number: 20120211:126 Server loaded: APR 1.7.2, APR-UTIL 1.6.3, PCRE 10.39 2021-10-29 Compiled using: APR 1.7.2, APR-UTIL 1.6.3, PCRE 10.39 2021-10-29 Architecture: 64-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="" -D SUEXEC_BIN="/bin/suexec" -D DEFAULT_PIDLOG="/var/run/httpd/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="/etc/apache/mime.types" -D SERVER_CONFIG_FILE="/etc/apache/httpd.conf" ```