The document summarizes Apache Manager, a directory-based tool for managing Apache web servers. It stores Apache configuration directives in a hierarchy of objects in a directory service. This allows common directives to be consolidated and inherited by multiple servers. The Apache Manager includes a configuration daemon that extracts directives from the directory and builds httpd.conf files, and a web interface for managing configurations across servers from a single location. Storing configurations in a directory provides advantages like platform independence, centralized management, and reduced duplication.