apache-vhost

1.0.0 • Public • Published

Apache Virtual Host Automation Tool

Create Apache virtual host configuration easily on Linux. This automation tool take care of all the steps to create vhost file and domain. Have a new project idea that uses Apache? Just do the initialization with a single command.

Installation

The tool is based on Node.js and can be install directly from npm. Simply run

npm install -g apache-vhost

in your Terminal.

Usage

The tool provides an executable to run commands

apache-vhost [-i] [-d domain name] [-n file-name] [ -r document-root]

Options

  • [-i ] Flag run the program in interactive mode
  • [-d ] The domain name to write to /etc/hosts file
  • [-n ] Name to give configuration file in /etc/apache2/sites-available
  • [-r ] Absolute path to the project (document) root

Package Sidebar

Install

npm i apache-vhost

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

6.22 kB

Total Files

6

Last publish

Collaborators

  • ionware