Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexmanno/vhosts_bash_creator

A linux shell script to easy create vhosts in apache
https://github.com/alexmanno/vhosts_bash_creator

Last synced: 6 days ago
JSON representation

A linux shell script to easy create vhosts in apache

Awesome Lists containing this project

README

        

# vhosts_bash_creator

Bash script useful for adding new vhost in apache2

## Installation:

### Download
``` bash
git clone https://github.com/alex-manno/vhosts_bash_creator.git
```

### Permissions
Add execution permission to file
``` bash
cd vhosts_bash_creator
chmod +x vhost_creator.sh
```

## Usage:
Change domain.com with your domain name
``` bash
./vhost_creator.sh domain.com
```