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

https://github.com/pushkar-anand/apache-virtualhost-generator

Easily create virtual hosts in apache using this script.
https://github.com/pushkar-anand/apache-virtualhost-generator

Last synced: 2 months ago
JSON representation

Easily create virtual hosts in apache using this script.

Awesome Lists containing this project

README

        

# apache-virtualhost-generator
Easily create virtual hosts in apache using this script.

**USAGE**
1. Clone the repo.
2. Execute the gen-virtual file.

```bash
$ git clone https://github.com/pushkar-anand/apache-virtualhost-generator.git
$ cd apache-virtualhost-generator
$ chmod +x gen-virtual
$ ./gen-virtual
```
**Make sure have php installed in your machine.**

To add the script for global access run
```$ sudo ln -s /path/to/apache-virtualhost-generator/gen-virtual /usr/bin/gen-virtual ```