-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    LinuxDaily.com    Linux42.org    OpenSkillz.com    Open-PC.com   
CLI-Apps.org - Command Line Interface Apps
CLI-Apps.orgCLI-Apps.org

 May 23 2013  
 Not logged in  
CLI-Apps.org
 Home    Add App   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-


Sponsoring


-
- Content .- Fans  .- Knowledge Base  . 

Apache/Nginx - Host Control Package

   1.5  

CLI www

Score 53%
Apache/Nginx - Host Control Package
zoom


Apache/Nginx - Host Control Package
zoom


Apache/Nginx - Host Control Package
zoom


Homepage:  Link
Version Control:  Link
Downloads:  45
Submitted:  Dec 13 2010
Updated:  Jan 20 2013

Description:

Package for control your virtual hosts, users and zones in Apache/Nginx/Lighttpd/MySQL/Vsftpd/Bind.
This package Is intended for programmers who have to deal with Ubuntu/Debian Linux and develop on PHP, Python, Ruby, Django & RoR. This package automatizes the process of working with virtual hosts and etc.
Скрипт, для контроля виртуальных хостов, пользователей и зон в Apache/Nginx/Lighttpd/MySQL/Vsftpd/Bind.
Данный набор предназначен, для облегчения жизни программиста, работающего с: PHP, Python, Ruby, Django, RoR в Ubuntu/Debian Linux. Скрипт автоматизирует процесс удаления, добавления хостов/учетных записей.

Installing from deb:
$ sudo apt-get install -y python-pip python-mysqldb python-flup
$ wget http://apache-host-control.googlecode.com/files/ahc-v.1.5.deb
$ sudo dpkg -i ahc-v.1.5.deb

From source:
$ sudo -i
$ cd /usr/src/ && wget http://apache-host-control.googlecode.com/files/ahc-v.1.5.tar.gz

Unpack them:
$ tar xzf ahc-v.1.5.tar.gz && rm -f ahc-v.1.5.tar.gz && cd ./ahc/

Installing requirements and source:
$ sudo apt-get install python-pip
$ pip install -r requirements.txt && make install

Installing all packages for development:
$ ahc -m install -s lamp

You can change default settings. To do it, open the /etc/ahc.conf file, and change necessary values.

Apache:
$ ahc -m install -s apache2_ssl
$ ahc -m test -s apache
$ ahc -m apache -t php -a example.com

Nginx:
$ ahc -m install -s nginx_ssl
$ ahc -m test -s nginx
$ ahc -m nginx -t php -a example.com

FTP users:
$ ahc -m install -s ftp
$ ahc -m test -s ftp
$ ahc -m ftp -a example.com -u User -p Password

MySQL users:
$ ahc -m install -s mysql
$ ahc -m test -s mysql
$ ahc -m mysql -a example.com -u User -p Password

Bind zones:
$ ahc -m install -s bind
$ ahc -m test -s bind
$ ahc -m bind -a example.com -i 127.0.0.1

Projects encryption:
$ ahc -m crypt -a mount
$ ahc -m crypt -a umount

Firewall:
$ ahc -m install -s firewall
$ iptables -L -n
OR
$ cat /etc/init.d/rc.fw




Changelog:

Apache Host Control v.1.5(ENG)

New features:
Multiple client-side SSL.
Nginx / Client-side SSL support
Web / Client-side SSL
OpenVPN support
Git-Jail

Fixes:
Php / FastCGI path to unix socket


Apache Host Control v.1.4(ENG)

New features:
Module for backup databases and websites. Support ftp and sftp.
Virtualenv (Python, Django)
Screenrc / Custom pattern


Apache Host Control v.1.3(ENG)

New features:
Basic auth for nginx & apache
Web interface
Confluence & Jira installator
Fixes:
Django / Path for host name


Apache Host Control v.1.2(ENG)

New features:
iRedMail Support
Makedeb functionality
Zsh support
Apache / WSGI(Python,Django)
Nginx / uWSGI(Python,Django)
MySQL,FTP / Random password
Fixes:
FTP & GIT path fixes
Fixes on django name of project (numerical & another bad symbols)


Apache Host Control v.1.1(ENG)

New features:
Sendmail cap.
Git deployment.
Apache:
Ruby & Ruby on Rails.


v.1.0:

New features:
Bind zone support.
EncFS protection.
Easy tests.
FTP:
Custom login and password.
Any folder sharing functionality.
Subdomain folder fixes.
MySQL:
Custom login and password for database.
Nginx:
Many fixes and changes for all supported languages.
SSL support.
Proxy config for apache.
Enable/Disable functionality.
Apache:
Minor fixes.
Static optimization flag.
SSL protection functionality.
Installation:
lighttpd->simple_vhost was added.
One step for install all able services in package.
Firewall rules. (location: /etc/init.d/rc.fw)


v.0.5:

-Added mysql support(add/del-db+user)
-Added ftp support(add/del-ftp user)


v.0.3:

-Added subdomain support




LicenseGPL
Source(ahc v.1.5)
Debian(ahc v.1.3)
Debian(ahc v.1.5)
Send to a friend
Subscribe
Other  Apps  from gotlium
Report inappropriate content



Add commentBack




-

Copyright 2007-2013 CLI-Apps.org Team  Legal Notice
All rights reserved. CLI-Apps.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in CLI-Apps.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message

Content RSS   
Events RSS