$ vi ~/fuelapp/vhosts_fuelapp.conf
<VirtualHost 127.0.0.1:80>
DocumentRoot "/Users/tomoyan/fuelapp/public"
ServerName fuelapp.localhost
<Directory "/Users/tomoyan/fuelapp/public">
Order Allow,Deny
Allow from All
Options All
AllowOverride All
DirectoryIndex index.php index.html
</Directory>
</VirtualHost>
$ vi httpd.conf
Include /Users/tomoyan/fuelapp/vhosts_fuelapp.conf
$ vi /etc/hosts
127.0.0.1 fuelapp.localhost