This might be of interest to people running Ubuntu desktops. There is an interesting new tool for managing Apache in Ubuntu, it's already in the repositories for the next release (in October 2008). However, a version for Ubuntu 8.04 LTS is available.
Here's a gratuitous screen shot, taken from the Rapache screenshot gallery:

Apparently they're also working on remote management for Ubuntu and Debian servers. The bad news is: this won't work on Fedora/CentOS/RedHat as it's deeply ingrained in TheDebianWay(tm).
To install in Ubuntu 8.04 LTS (Hardy Heron), copy and paste the following arcane commands to the terminal:
echo 'deb http://ppa.launchpad.net/rapache-devel/ubuntu hardy main' | sudo tee -a /etc/apt/sources.list
echo 'deb-src http://ppa.launchpad.net/rapache-devel/ubuntu hardy main' | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install rapacheThen click Applications -> System tools -> rapache, in Ubuntu, to start the application.
a Padded Cell our articles site!
| Attachment | Size |
|---|---|
| rapache-main.png | 63.12 KB |


teammatt3 posted this at 23:16 — 20th September 2008.
He has: 2,084 posts
Joined: Sep 2003
I don't see a huge use for this yet. I think most web servers don't have a desktop installed (or run Ubuntu). But if that remote administration thing gets finished it would be awesome (it would behave more like MySQL GUI tools, at least I hope).
The automatic backup tool is sweet and so is the syntax highlighting (I think vim does a pretty good job too though).
Thanks for the link Jeeves. I followed your instructions and it worked like a charm.
My Site | Regular Expression Tester
akopayan posted this at 14:58 — 22nd October 2008.
They have: 109 posts
Joined: Nov 2006
Thanks for that precious info.
mambres posted this at 19:38 — 29th April 2009.
They have: 1 posts
Joined: Apr 2009
Thanks for that.