Skip to content

Instantly share code, notes, and snippets.

@shercoder
Created February 15, 2017 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shercoder/1b9acd357e44efb48cacb4bce3c61c8a to your computer and use it in GitHub Desktop.
Save shercoder/1b9acd357e44efb48cacb4bce3c61c8a to your computer and use it in GitHub Desktop.
Configure Local Web Server Mac
  • Open Terminal
  • run sudo apachectl start
  • run localhost in your browser and it should be good
  • If you need to make changes to index.html, then go to /Library/WebServer/Documents/ and edit index.html.en
  • If you need to further configure Apache server then sudo vim /etc/apache2/httpd.conf and then sudo apachectl restart
@shercoder
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment