Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msfidelis/vhostcreator
Script simples para automatizar a criação de Virtualhosts no Apache
https://github.com/msfidelis/vhostcreator
Last synced: 28 days ago
JSON representation
Script simples para automatizar a criação de Virtualhosts no Apache
- Host: GitHub
- URL: https://github.com/msfidelis/vhostcreator
- Owner: msfidelis
- Created: 2015-12-13T19:18:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-16T10:17:42.000Z (over 8 years ago)
- Last Synced: 2024-10-02T09:18:16.858Z (about 1 month ago)
- Language: Shell
- Size: 10.7 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VHostCreator
Script simples para automatizar a criação de Virtualhosts no Apache#GERADOR AUTOMÁTICO DE VIRTUALHOSTS
AUTHOR :: Matheus FidelisGITHUB :: https://github.com/msfidelis
TWITTER :: https://twitter.com/fidelissauro
S.O. :: Debian 7, 8, Kali Linux 1.0, 2.0, Ubuntu, Slackware 14, 14.1 e derivados
Script adaptado do projeto: https://github.com/lauroguedes/vhautlinux
###########################################################
# MODO DE USAR:* Faça a instalação do projeto
```
root@fidelis~#: git clone https://github.com/msfidelis/VHostCreator.gitroot@fidelis~#: cd VHostCreator
```
#DEBIAN DISTROS
```
root@fidelis~#: chmod 777 install-vhostcreator.sh ; ./install-vhostcreator.sh
```* CRIE O PROJETO
```
root@fidelis~#: vhost-creator -h teste.meusite.com -d /var/www/html/meusite
```#SLACKWARE DISTROS
* Edite o arquivo de configurações do httpd:
```
root@fidelis~#: vim /etc/httpd/httpd.conf
```* E descomente a linha referênte aos Virtual Hosts:
```
# Virtual hosts
Include /etc/httpd/extra/httpd-vhosts.conf
```* Instale o projeto:
```
root@fidelis~#: chmod 777 install.slack-vhost.sh ; ./install.slack-vhost.sh
```* CRIE O PROJETO
```
root@fidelis~#: slack-vhost -h teste.meusite.com -d /var/www/html/meusite
```