Skip to content

A script that allows you to create virtual hosts on your local OSX apache server via simple interface. Creates virtual host, adds entry to host file, restarts apache, flushes dns cache, creates an index.html file in the domain root which opens in safari if successful.

License

Notifications You must be signed in to change notification settings

creding/thats-awesome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app makes it possible to easily setup a local website on your mac. The app takes a domain name of your choice as input then sets up a virtual host on the apache 2 server.

Open the app
enter the domain you want
select the folder for the web files to reside
Click OK

The app then writes the apache config, the host entry ( setting the domain to point to 127.0.0.1) , restarts apache, flushes the DNS cache, writes an index.html file with the domain name to the web directory, and finally opens the site in Safari

that’s awesome!!!!!!

About

A script that allows you to create virtual hosts on your local OSX apache server via simple interface. Creates virtual host, adds entry to host file, restarts apache, flushes dns cache, creates an index.html file in the domain root which opens in safari if successful.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published