aws-samples / ecs-demo-php-simple-app

A simple PHP sample application http://aws.amazon.com/ecs
Apache License 2.0
168 stars 3.38k forks source link

AH00558: apache2: Could not reliably determine the server's fully qualified domain name #38

Open ashwini47 opened 5 years ago

ashwini47 commented 5 years ago

On running "docker run -p 80:80 tetranoodle" Error AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message

Tried https://stackoverflow.com/questions/48868357/docker-php-apache-container-set-the-servername-directive-globally?rq=1 but no luck any other workaround

bballamudi commented 4 years ago

I'm facing this issue now. Any luck finding it @ashwini47 ?