Skip to content

Instantly share code, notes, and snippets.

@wgroenewold
Created January 25, 2017 15:09
Show Gist options
  • Save wgroenewold/c916c2d4846276161df4c4154f3b8466 to your computer and use it in GitHub Desktop.
Save wgroenewold/c916c2d4846276161df4c4154f3b8466 to your computer and use it in GitHub Desktop.
Changes to make httpd pleasant in XAMPP
#line 173
#User daemon
User your_osx_username
#line 230
#DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
#<Directory "/Applications/XAMPP/xamppfiles/htdocs">
DocumentRoot "/Users/your_osx_username/Desktop/www"
<Directory "/Users/your_osx_username/Desktop/www">
#Thats all for now!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment