Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alexmanno/vhosts_bash_creator
- Owner: alexmanno
- Created: 2015-08-04T08:09:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-29T08:42:06.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T08:21:41.588Z (about 2 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
```