jtrupiano (owner)

Revisions

gist: 110811 Download_button fork
public
Public Clone URL: git://gist.github.com/110811.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
1) Ensure apache is enabled
2) Edit /etc/apache2/users/<yourusername>.conf
  NameVirtualHost *:80
  <VirtualHost *:80>
    ServerName something.localhost
    DocumentRoot /where/your/shit/is
  </VirtualHost>
3) Add this to /etc/hosts
  127.0.0.1 something.localhost
4) sudo apachectl restart