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: 2 months ago
JSON representation
A linux shell script to easy create vhosts in apache
- Host: GitHub
- URL: https://github.com/alexmanno/vhosts_bash_creator
- Owner: alexmanno
- Created: 2015-08-04T08:09:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T08:42:06.000Z (over 8 years ago)
- Last Synced: 2025-02-10T02:41:39.954Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```