Hi,
Running the default docker command on Mac M1 Pro (Monterey 12.3), im getting this error:
AH00015: Unable to open logs AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 172.25.0.2. Set the 'ServerName' directive globally to suppress this message [Sun Mar 20 19:06:15.851957 2022] [core:emerg] [pid 1] (38)Function not implemented: AH00023: Couldn't create the mpm-accept mutex (38)Function not implemented: could not create accept mutex AH00015: Unable to open logs
Docker command
docker run -d \ -e "KONGMAP_CLUSTERS_JSON=$KONG_CLUSTERS" \ -e "KONGMAP_URL=http://url_to_kongmap:8100" \ -p 8100:8100 \ -p 8143:8143 \ yesinteractive/kongmap
The same command on windows machine works perfectly.