Project		: apache
Description	: apache - HTTP server
Distribution	: 1.2.4
Source		: Apache Group
Location	: http://www.apache.org/
Owner		: wsanchez
Releases	: 
Dependancies	: 

Outstanding bugs: 

 - The function find_fqdn() in util.c is failing to compute the FDQN for
   the local machine. This means if you don't specify a hostname in the
   Configuration/Server (httpd.conf), apache tries to compute it, fails,
   and exits unhappily. The config file included in the package, therefore,
   set the hostname to "localhost", which is enough to get apache running
   and accessible from a local browser, but may confuse remote browsers.
   The user must set the hostname to the correct value.

 - I've noticed some cases where apache dies after receiving a SIGTERM,
   but the apache port is still tied up. Presumably some thread hasn't
   been cleaned up. Workaround is to do the NT thing: reboot. Yuck.
