Skip to content

Instantly share code, notes, and snippets.

@theaccordance
Created November 15, 2013 19:07
Show Gist options
  • Select an option

  • Save theaccordance/7489829 to your computer and use it in GitHub Desktop.

Select an option

Save theaccordance/7489829 to your computer and use it in GitHub Desktop.
Hidden shortcuts that are placed in the home directory for Apache configuration files. Makes it easier to modify configurations without having to remember all of the directory paths. Works in OS X
ln -s /etc/apache2/http.conf ~/.httpd-conf
ln -s /etc/apache2/extra/httpd-vhosts.conf ~/.httpd-vhosts-conf
ln -s /etc/hosts ~/.hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment