Skip to content

Instantly share code, notes, and snippets.

@dre3s
Last active January 12, 2016 18:00
Show Gist options
  • Select an option

  • Save dre3s/173db357b5b69aa40224 to your computer and use it in GitHub Desktop.

Select an option

Save dre3s/173db357b5b69aa40224 to your computer and use it in GitHub Desktop.
my.apache.htttpd.config

#Apache on Mac OS

update DocumentRoot

$ sudo vim /etc/apache2/httpd.conf

Apache restart to update changes

$ sudo apachectl restart

Add VirtualHosts for differents projects

$ cd /etc/apache2/extra
$ sudo vim /etc/apache2/extra/httpd-vhosts.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment