vhost-manager/README.md
2021-02-21 16:19:12 +01:00

929 B

VHOST-MANAGER

VHOST-MANAGE helps you to create apache2 vhosts.

Requirements

  • PHP
  • /bin/sh
  • GCC
  • whiptail
  • wget
  • make

Installation

$ sudo apt install gcc whiptail wget make
$ sudo apt install <php stuff>
$ git clone https://gitnet.fr/deblan/vhost-manager.git
$ cd vhost-manager
$ make

Configuration

$ cp etc/config.dist etc/config
$ vim etc/config

Usage

USAGE:
  ./bin/vhost-add [options]

OPTIONS:
  -d                 The domain name
  -a                 Aliase(s)
  -m value           Enable *http* or *https*
  -r                 Force redirection of http to https
  -p value           Enable PHP with the given version (eg: 8.0)
  -u value           Username in the system
  -i                 Enable script interactivity
  -h                 Show this help