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.
- Host: GitHub
- URL: https://github.com/pushkar-anand/apache-virtualhost-generator
- Owner: pushkar-anand
- License: mit
- Created: 2018-06-15T16:25:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T18:35:32.000Z (over 4 years ago)
- Last Synced: 2025-02-05T09:49:04.817Z (4 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```