Skip to content

This python script allows for easy virtual host creation on Mac OS X

Notifications You must be signed in to change notification settings

sudojesse/easy-vhost-add

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

#Easy Virtual Host Creation for Mac OS X

##Usage

Make sure http-vhosts.conf is included in /etc/apache2/httpd.conf

$ sudo nano /etc/apache2/httpd.conf

around line #460, remove '#' from #Include /private/etc/apache2/extra/httpd-vhosts.conf

$ git clone https://github.com/sudojesse/easy-vhost-add.git #clone the repo
$ cd easy-vhost-add #move into the directory
$ chmod +x new-vhost.py #make it executable
$ sudo ./new-vhost.py #execute and enjoy!

About

This python script allows for easy virtual host creation on Mac OS X

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages