Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tacone/rapache
UNMANTAINED - A graphical tool to configure Apache on Ubuntu 12,04
https://github.com/tacone/rapache
apache apache2 python rapache ubuntu
Last synced: 7 days ago
JSON representation
UNMANTAINED - A graphical tool to configure Apache on Ubuntu 12,04
- Host: GitHub
- URL: https://github.com/tacone/rapache
- Owner: tacone
- License: gpl-3.0
- Created: 2013-05-05T00:35:19.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-04T00:37:44.000Z (over 9 years ago)
- Last Synced: 2023-03-12T09:54:39.165Z (over 1 year ago)
- Topics: apache, apache2, python, rapache, ubuntu
- Language: Python
- Homepage:
- Size: 2.19 MB
- Stars: 6
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## Unmantained - does not work on recent Ubuntu versions.
This repository is kept for historical record only.
Rapache
=======An Apache GUI configurator created for Ubuntu.
*(please note: it has nothing to do with R-Apache)***Find the source code at: [https://github.com/tacone/rapache/](https://github.com/tacone/rapache/)**
*the [launchpad project](https://launchpad.net/rapache) is deprecated and unmantained*To know more about (story, instructions) Rapache please visit this page and try to ignore my grammar
mistakes: My posts about Rapache## Purpose
The goal is to let a web developer to swiftly create virtualhosts and disable/enable apache modules without messing with text-files.
## Installation
I honestly lost track of the required dependencies. This seems to work on the latest Ubuntu version:
```bash
sudo apt-get install python-crypto python-openssl python-lxml
sudo apt-get install python-glade2 python-gnome2 python-gksu2
sudo apt-get install python-gtk2 python-gtksourceview2 gksu
```## Screenshots
Not available.
## Notes
- the project is inactive and barely mantained, just to scratch my own itches
- works only on Ubuntu and has been made with Python-Gkt
- needs sudo to run, as in `sudo ./rapache`
- it's `localhost` only, won't work via SSH## Aknowledgments
This tool has been co-authored by [Killerkiwi](https://github.com/killerkiwi), big thanks to him.
## License
Everything is GPL3 except where otherwise noted (some files are dual licensed LGPL3/GPL3)