FILES.TXT for the HTTP Modules in Embedthis Appweb
--------------------------------------------------------------------------------

This document describes the important files in this directory. The optional
modules for the Appweb HTTP server are here. 

The key files are:

File                 Purpose
----------------------------
adminHandler.c     - Administration handler. Not for production use
cgiHandler.c       - CGI handler
fileHandler.c      - File handler for static content 
egiHandler.c       - Embedded Gateway Interface (EGI) handler
ejsHandler.c       - Ejscript web framework handler
phpHandler.c       - PHP5 handler
uploadHandler.c    - Upload module for client file upload
make.dep           - Makefile dependencies
Makefile           - Makefile to build all modules


Other important files to read:
README.TXT -- Description of the HTTP server.


--------------------------------------------------------------------------------
Copyright (c) 2003-2009 Embedthis Software, LLC. All Rights Reserved.
Embedthis and Appweb are trademarks of Embedthis Software, LLC. Other 
brands and their products are trademarks of their respective holders.

See LICENSE.TXT for software license details.
--------------------------------------------------------------------------------
