Handling vhosts.

Vhost command handles vhosts for apache.

vhost:create

Creates vhost from the values from the dropcat environment values.

Options

--target[=TARGET]                        Vhost target folder [default: ""]
--file-name[=FILE-NAME]                  Vhost file name
--server[=SERVER]                        Server
--user[=USER]                            User (ssh)
--ssh-port[=SSH-PORT]                    SSH port
--identity-file[=IDENTITY-FILE]          Identify file
--port[=PORT]                           Port [default: "80"]
--document-root[=DOCUMENT-ROOT]         Document root
--server-name[=SERVER-NAME]             Document root
--server-alias[=SERVER-ALIAS]           Server alias
--extra[=EXTRA]                         Server extra
--bash-command[=BASH-COMMAND]           Bash command
--ssh-key-password[=SSH-KEY-PASSWORD]  SSH key password

vhost:delete

Deletes vhost from dropcat environment values.

Options

--target[=TARGET]                        Vhost target folder [default: ""]
--file_name[=FILE_NAME]                  Vhost file name
--server[=SERVER]                        Server
--user[=USER]                            User (ssh)
--ssh_port[=SSH_PORT]                    SSH port
--identity_file[=IDENTITY_FILE]          Identify file