Skip to content

Instantly share code, notes, and snippets.

@wicky-andrian
Created March 2, 2016 16:55
Show Gist options
  • Select an option

  • Save wicky-andrian/03e8e153fb2a7424ead4 to your computer and use it in GitHub Desktop.

Select an option

Save wicky-andrian/03e8e153fb2a7424ead4 to your computer and use it in GitHub Desktop.
Could not reliably determine the server's on restart apache
Simple steps for Ubuntu 14.04
$ echo "ServerName localhost" | sudo tee /etc/apache2/conf-available/local.conf
$ sudo a2enconf local.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment