About:
GAdminHTTPD is an easy to use GTK+ frontend for the Apache httpd webserver. Amongst other things it features multi-vhosting, modules and addon management, user management, access/error log views and manual edits. Its can be used with Apache httpd versions 1x and up.
If you are a new user in the GNU/Linux world, first make sure you read some manuals and howtos about Apache Webserver. This is one place of many where you can get some good information: Apache information
Installation:
Download Apache>=1.3.x from www.apache.org and unpack it like this:
tar -zxvf apache-x.x.x.tar.gz then cd into that directory and type:
./configure –prefix=/usr –sysconfdir=/etc –localstatedir=/var –sbindir=/usr/sbin
make
make install
If there are no errors youre ready to install GAdmin HTTPD which can be done like this:
Download gadminhttpd-x.x.x.tar.gz and unpack it like this:
tar -zxvf gadminhttpd-x.x.x.tar.gz
CD into that directory then run:
./Autoinstall (if you like the settings in it).
Now you should be able to start it by typing gadminhttpd at a shellprompt or from GNOME or KDE’s program menus and youre ready to start.