Skip to content

Instantly share code, notes, and snippets.

@claylo
Created April 25, 2011 05:20
Show Gist options
  • Save claylo/940191 to your computer and use it in GitHub Desktop.
Save claylo/940191 to your computer and use it in GitHub Desktop.
Have OS X Server Apache load hand-crafted config file.
# get Apache to load our handcrafted Atlassian config
# line breaks below are intentional!
sudo sed -i -e '/<\/VirtualHost>/ i\
Include /Users/atlassian/Documents/handcrafted.conf
' /etc/apache2/sites/0000_any_443_.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment