Created
November 15, 2013 19:07
-
-
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
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
| 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