I made available dBaseWebLite 2.0 at :
www.appliserver.com/dbwdload.html
dBwLite is a library to develop web applications.
Windows users will find in the archive a copy of Apache standalone that 
starts automatically the main page and the CGI dbwdemo.exe. Apache is an 
old (quick,small) 32 bit version, so the executables are all compiled 32 
bit.
dBaseWeb is pure Harbour code so it can be used in any OS supporting 
Harbour. Sources of the library are included.
The demo does not cover all the aspects, only gives an idea.
The point is that dBaseWeb is both a standard program model that does a 
lot of things automatically, and a collection of functions. It's similar 
to a CASE in that respect (ex-Clipperians maybe remember dBsee, 
smartCase, and the oldest programmers could remember the ancestor: The 
Last One...). The programmer writes its specific functions, and the rest 
is automatically generated (but vastly customizable).
However, dBaseWeb is not a CASE. True, you don't write the main() 
procedure. It's automatic. But you control its behavior via callback 
functions, plus of course you have to write your functions, and that is 
not via some nice UI, it's all code you must write by hand (or by 
copy/paste, eh eh).
Te distribution simplifies things for Windows users,with Apache and the 
demo program autostart, but is perfectly standard as for the sources.
Just drop me an e-mail if you decide to try it and want to let me know 
your thoughts, thks!
Have fun!
Dan