Monkey
From DSL Wiki
Contents |
Overview
The monkey web server is: "an open source project based on the HTTP/1.1 protocol. The objective is to develop a fast, efficient, small and easy to configure web server." Basically its a small program which allows you to use a Web Server that's really fast and efficient.
Usage
Startage
There are three ways to use the Monkey Server. Either you can call it explicitly through System->Daemons->Monkey Web Server, use the control panel button or the command line with [code] /opt/monkey [code]. Also if you are running a Frugal Install, a Remaster, or a Hard Drive install (look at Installing to the Hard Disk you can add it to you /opt/bootlocal.sh so it starts up on reboot (How to do this is outlined in the .Bootlocal.sh page.
Content
To add pages and content to your web server add you documents to the [code]/opt/monkey-0.9.2/htdocs [code] file and serve away.
PHP for Monkey
Also there is php support for monkey because when your running a web server you often need to use it. You can get the package for it from the Mydsl repositories [1].
Links
Mokey Web Server Homepage[2]

