Skip to content

Instantly share code, notes, and snippets.

@alexshive
Last active December 21, 2015 06:19
Show Gist options
  • Select an option

  • Save alexshive/6263700 to your computer and use it in GitHub Desktop.

Select an option

Save alexshive/6263700 to your computer and use it in GitHub Desktop.
Apache terminal commands

Edit hosts

$ sudo nano /etc/hosts

Edit virtual hosts

$ sudo nano /etc/apache2/extra/httpd-vhosts.conf

Restart Apache

$ sudo apachectl restart

Start MySQL

$ sudo mysqld -u root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment