cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Mar. 17 2004,18:54 |
|
Monkey is a nice, lightweight web server that can be used to display simple web pages to a few users as needed.
For example, say you booted from the LiveCD and you used an editor to build a simple web page that displays some data that you want other people in your dorm/computer lab/office/house to be able to read. All you need to do is publish the page in Monkey and make sure that the web server is running. Then tell your fellow students/friends/coworkers/family the computer's address or name and everyone can see what you published.
You can't do this in Apache because:
(1) It won't fit on the 50MB business card CDROM format.
(2) It takes some effort to get more out of Apache than basic html (in other words, to make it more useful than a business-class version of Monkey).
(3) If you really want Apache, PHP, MySQL, Oracle Enterprise Server, or anything like that on your DSL, do an install to hard disk and then use apt-get or synaptic to install the above mentioned programs.
If I was going to find a compromise between tiny Monkey and full-blown Apache, I would choose Xitami (SP?). But size does matter.
Good Luck.
|