Skip to content

brianpierson2020/apache-vhost-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Virtual Host Manager

A small python script to manage Apache Virtual Hosts, originally made a few years ago for use on Ubuntu systems. Not sure if it still works and it might be unfinished. Should work with Python 3.x.

Installation

pip install -r requirements.txt

Example

python manager.py

+================================== Simple Apache Vhost manager ===================================+
|                                         For Ubuntu 16.x                                          |
|--------------------------------------------------------------------------------------------------|
|                                                                                                  |
|  [1] Create new                                                                                  |
|  [2] List all                                                                                    |
|  [3] List active                                                                                 |
|  [4] Disable                                                                                     |
|  [5] Enable                                                                                      |
|  [6] Exit                                                                                        |
|                                                                                                  |
+==================================================================================================+
Please choose an option [1-6]: 

About

A simple python script to manage Apache Virtual Hosts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages