Skip to content

Instantly share code, notes, and snippets.

View ojulianos's full-sized avatar
🌎
Working from world

Juliano Silva ojulianos

🌎
Working from world
View GitHub Profile
@ojulianos
ojulianos / vhost.sh
Created January 1, 2019 22:55 — 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.