From: Gonzalo A. <ga...@us...> - 2006-08-23 13:50:58
|
Update of /cvsroot/mod-c/ehtml/samples In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5049 Modified Files: 01basic.cpp Added Files: README.txt Log Message: * Added a sample apache configuration file. * Added an Id header to 01basic.cpp. --- NEW FILE: README.txt --- $Id: README.txt,v 1.1 2006/08/23 13:50:41 garana Exp $ How to setup apache: LoadEHTML /usr/lib/libbasic.so Alias /basic.ehtml /usr/lib/libbasic.so <Location /basic.ehtml> SetHandler ehtml-bin </Location> Index: 01basic.cpp =================================================================== RCS file: /cvsroot/mod-c/ehtml/samples/01basic.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 01basic.cpp 22 Aug 2006 20:45:23 -0000 1.3 --- 01basic.cpp 23 Aug 2006 13:50:39 -0000 1.4 *************** *** 1,3 **** --- 1,5 ---- + // $Id$ + #include <ehtml.h> #include <EHTMLApplication.h> |