Skip to content

Instantly share code, notes, and snippets.

View wturnerharris's full-sized avatar

Wes Turner-Harris wturnerharris

View GitHub Profile
@wturnerharris
wturnerharris / a2ensite
Last active September 2, 2016 20:17 — forked from kevinmesiab/a2ensite
Enables a2ensite functionality in OSX for Apache virtual hosts
#!/bin/bash
#########################################
#
# This script enables apache virtual hosts
# by creating symlinks in
#
# /private/etc/apache2/sites-enabled
#
# that point to vhost conf files in
#