Version 0.1.5
----------------------------------------------------
Deletes .htaccess files when the last user is removed.
Fixes a possible startup crash.
Indentation fixes and cleanups.


Version 0.1.4
----------------------------------------------------
Fixes AddLanguage for modules and addons.
Removes obsolete warnings.

Default configuration allows localhost.localdomain
to view the server-status by default.
(Only using localhost on lucid wont allow access).

Automatically adjusts the following type of option
values if a configuration merge has been executed:
$APACHE_RUN_USER, $APACHE_RUN_GROUP and $APACHE_PID_FILE
Typically if using an external envvars file.

Added configure option SERVER_PIDFILE that should
be set to the full path of the apache pidfile location.


Version 0.1.3
----------------------------------------------------
Adds extended status matching for when the httpd
proc cmdline becomes empty for some reason.
Sets status color and missing server color.
Transfers can be viewed and clients can be kicked.
Added a requirement for wget.
Handles additional listen options.
Handles many variants of include files:
Include /etc/apache2/mods-enabled/*.load
Include /etc/apache2/mods-enabled/*.conf
Include /etc/apache2/sites-enabled/filename
Include /etc/apache2/sites-enabled
Using AddDefaultCharset Off by default.
Removed mod_file_cache.so and
mod_mem_cache.so from standard conf.
Creates document roots if missing.
And many more fixes.

--- Note: To remove and install Debian/Ubuntu's apache2 config files: ---
apt-get remove --purge apache2.2-common
apt-get clean
apt-get install apache2


Version 0.1.2
-------------------------------------
Adds automatic configuration backups.
Adds missing options.
Using user/group www-data for standard Debian defines.
Changes "AllowOverride None" to "AllowOverride AuthConfig".
Fixes mayor version detection.
Code cleanups.


Version 0.1.1
-------------------------------------
Standard conf now uses "AllowOverride AuthConfig" for the www directories.
Added per directory .htaccess handling of virtual users.
Updated the Autoinstall file with Debian settings for apache2.
Code cleanup.


Version 0.1.0
-------------------------------------
Switched to GPL version 3.
Changed name to gadmin-httpd.


Version 0.0.5
-------------------------------------
New icon. Added SYSINIT_START_CMD and SYSINIT_STOP_CMD's for
starting the server when the system boots.
Changed the /etc/pam.d authentication file to work with new pam specs.


Version 0.0.4
-------------------------------------
HTTPD 1x, 2x configurations ( OK ) 

Server tab servers:
	populate            ( OK )
	add                 ( OK )
	delete              ( OK )
        apply		    ( OK )

Server tab settings:
	populate            ( OK )
        apply		    ( OK )

Module tab modules,languages etc:
	populate      	    ( OK )
	add                 ( OK )
	apply               ( OK )
	delete		    ( OK )

Multi Virtual hosts         ( OK )

Standard configuration DLG  ( OK )
Merge include files DLG     ( OK )

Activate/Deactivate         ( OK )
Status                      ( OK )
access and error log tabs   ( OK )
Configuration tab           ( OK )
