A TCP/IP server to serve configuration parameter to WWW Homepage Access
counter. This server will be useful if the [ignore Ips] and [authorized] 
section of the config file has lots of entries. The server reads the whole
config file and servers the param to the counter using its protocol.

Protocol
========
The server starts up and begins listening on a port. When the client connects
to the port, the sever prints a greetings like
    100 configd 1.1 <123444545>

The client should take the tag <>, mix it with a shared secret, take the
MD5 digest of the secret and send it to the sever followed by CRLF.

The server takes the digest same way and verifies. If the verification 
succeeds, the server accepts the command from the client.

The valid commands are shown below
    get version
    get auto_file_creation
    get strict_mode
    get allow_rgb_database
    get count_reload
    get log_error_messages
    get log_visitor_info
    get log_rotation_interval
    get show_error_messages_to_browsers
    get ignore_ip ip_adress
    get authorized name/ip/mask/wildcard


--
Muhammad A Muquit
Mar-06-2001

