vhosting Code
Managing Linux users and Apache virtual hosts on single server
Status: Pre-Alpha
Brought to you by:
igordavid
File | Date | Author | Commit |
---|---|---|---|
README | 2012-11-04 |
![]() |
[7b0a55] adding README file |
install.sh | 2012-11-04 |
![]() |
[95a0ef] making better install.sh |
vhost.py | 2012-09-30 |
![]() |
[a7ea94] Initial commit |
version 0.1, stable, November 04, 2012, svn 589 2012 Copyright (C) Igor David, <igord@bra.in.rs> All rights reserved. INTRODUCTION -------------- If you are using simple LAMP, you will (probably) will need sometimes to create new Apache vhost configuration. This script is trying to automate that process. vhosting is bash+python+mysql script for managing Apache virtualhosts. Every vhost configuration have separated Linux account and DocumentRoot in /home/username/public_html INSTALLATION --------------- Use on RedHat/Centos OS. Install Apache, Mysql, Php, whatever-is-needed, on your system. Run as "root": ./install.sh and follow the instructions. It will ask for mysql root password and will create new database "vhosting". FAQ ------------- All questions send to igord@bra.in.rs