You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

Apache GUI for Ubuntu

JeevesBond's picture

He has: 3,924 posts

Joined: Jun 2002

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:

Rapache screenshot

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 rapache

Then click Applications -> System tools -> rapache, in Ubuntu, to start the application.

a Padded Cell our articles site!

AttachmentSize
rapache-main.png63.12 KB
teammatt3's picture

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.

akopayan's picture

They have: 109 posts

Joined: Nov 2006

Thanks for that precious info.

They have: 1 posts

Joined: Apr 2009

Thanks for that.