Thanks to combo3 for:
Title:		monkey.tcz
Description:	Monkey HTTP Daemon, is a very small and fast open source web server for Linux.
Version:        0.9.2
Author:		Eduardo Silva Pereira
Original-site:	http://www.monkey-project.com/
Copying-policy: GPLv2
Size:		52K
Extension_by:   combo3
Comments:       This extension is PPI compatible
                ----------------------------------------------------------------------------------
		Configuration files are located at  /home/tc/.monkey
	
		   monkey.conf - main configuration file
		   monkey.deny - access restrictions
		   monkey.mime - common mime types
		   modules.conf - add-on modules
		Running Monkey HTTP
		1. From the window manager menu:
		   applications -> Monkey -> [Start] [Stop] [Restart]
		2. From a terminal:
		   sudo banana start
		   sudo banana stop
		   sudo banana restart
		   sudo monkey -D -c path-to-config-files
 
		Accessing Monkey Web Server
	
		1. From the server host:
		   localhost
		   127.0.0.1
		2. From a local network client - enter the LAN address of your server
		   ex. 192.168.0.100
		
		3. From a remote client - enter the server IP address
		Boot Startup
		To start Monkey at system boot, add either of these lines to /opt/bootlocal.sh
		
		   /usr/local/bin/banana start
		   /usr/local/bin/monkey -D -c path-to-config-files
		Addendum
		
		The cofiguration template files are in /usr/local/etc/monkey
		
		If you accidentally erase the config files in your home directory 
		and find yourself without a backup copy, simply run:
		
		sudo banana
		
		... and a new set will be created, ready for modification.
Change-log:     ----------
Current:        2009/11/08 First Version