Skip to content

Bash script for creating Apache Virtual Host on linux systems ( tested on Ubuntu Server and CentOS Server )

Notifications You must be signed in to change notification settings

rPharaoh/cnvhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

cnvhost

Bash script for creating Apache Virtual Host on linux systems ( tested on Ubuntu Server, CentOS )

this script for making virtual hosts easy for fast web application testing, development when you need more then one hostname and separated on one server

creating new virtual host

usage: sudo ./cnvhost.sh -c example.com

this creates a new virtual host with name example.com

deleting virtual host

usage: sudo ./cnvhost.sh -d example.com

this deletes virtual host with the name example.com

you can edit the code for you needs and directory and settings for virtual hosts configration and directory paths

About

Bash script for creating Apache Virtual Host on linux systems ( tested on Ubuntu Server and CentOS Server )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages