kong-map icon indicating copy to clipboard operation
kong-map copied to clipboard

AH00558: httpd: Could not reliably determine the server's fully qualified domain name

Open flowdopip opened this issue 3 years ago • 1 comments

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.

flowdopip avatar Mar 20 '22 19:03 flowdopip

Hi friends, you should build yourself docker image instead of use the yesinteractive/kongmap which I found it can't works.

zhixiangjoy avatar Jul 08 '22 03:07 zhixiangjoy