Skip to content

Instantly share code, notes, and snippets.

View mkucewicz-hub's full-sized avatar

Mariusz mkucewicz-hub

View GitHub Profile
@mkucewicz-hub
mkucewicz-hub / vhost.sh
Created November 29, 2020 17:34 — forked from mattmezza/vhost.sh
bash script to create virtual host vhost with apache httpd and CentOs 7
#!/bin/bash
# This script is used for create virtual hosts on CentOs.
# Created by alexnogard from http://alexnogard.com
# Improved by mattmezza from http://you.canmakethat.com
# Feel free to modify it
# PARAMETERS
#
# $usr - User
# $dir - directory of web files
# $servn - webserver address without www.