Created
March 2, 2016 16:55
-
-
Save wicky-andrian/03e8e153fb2a7424ead4 to your computer and use it in GitHub Desktop.
Could not reliably determine the server's on restart apache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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