Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
flowdopip opened this issue Mar 20, 2022 · 1 comment

Comments

@flowdopip
Copy link

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.

@zhixiangjoy
Copy link

zhixiangjoy commented Jul 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants