Files
harbour-core/harbour/extras/httpsrv
Viktor Szakats 559fb8caa5 2012-10-04 00:23 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbblat/blatwrp.c
  * contrib/hbct/tests/datetime.prg
  * contrib/hbct/token2.c
  * contrib/hbcurl/core.c
  * contrib/hbexpat/core.c
  * contrib/hbfimage/fi_winfu.c
  * contrib/hbfimage/fi_wrp.c
  * contrib/hbfimage/freeimag.ch
  * contrib/hbfimage/tests/fitest.prg
  * contrib/hbgd/gdwrp.c
  * contrib/hbgd/tests/test_out.prg
  * contrib/hbhpdf/annot.c
  * contrib/hbhpdf/core.c
  * contrib/hbhpdf/enccns.c
  * contrib/hbhpdf/enccnt.c
  * contrib/hbhpdf/encjp.c
  * contrib/hbhpdf/enckr.c
  * contrib/hbhpdf/font.c
  * contrib/hbhpdf/fontcns.c
  * contrib/hbhpdf/fontcnt.c
  * contrib/hbhpdf/fontjp.c
  * contrib/hbhpdf/fontkr.c
  * contrib/hbhpdf/harupdf.ch
  * contrib/hbhpdf/image.c
  * contrib/hbhpdf/tests/harupdf.prg
  * contrib/hbmisc/hbedit.prg
  * contrib/hbmysql/tmysql.prg
  * contrib/hbmysql/tsqlbrw.prg
  * contrib/hbodbc/todbc.prg
  * contrib/hbwin/wapi_commctrl.c
  * contrib/hbwin/wapi_winuser.c
  * contrib/hbwin/win_reg.prg
  * contrib/xhb/cstruct.prg
  * contrib/xhb/fparse.c
  * contrib/xhb/xcstr.prg
  * contrib/xhb/xdbmodst.prg
  * contrib/xhb/xhbmemo.prg
  * contrib/xhb/xhbtedit.prg
  * extras/guestbk/testcgi.prg
  * extras/hbvpdf/hbvpdft.prg
  * extras/hbxlsxml/tests/example.prg
  * extras/httpsrv/cgifunc.prg
  * extras/httpsrv/cookie.prg
  * extras/httpsrv/session.prg
  * extras/httpsrv/uhttpd.prg
    % deleted/reformatted large number of long decoration/separator
      comment lines from source

  * extras/httpsrv/cgifunc.prg
    ! fixed Chr() to hb_BChar() for unicode compatibility

  * contrib/hbformat/hbfmtcls.prg
    * deleted one completed TODO
2012-10-03 22:28:08 +00:00
..

/*
 * $Id$
 */

uHTTPD micro web server

Build it without GD: hbmk2 uhttpd.hbp   modules.hbp
Build it with    GD: hbmk2 uhttpdgd.hbp modulesg.hbp
  [ This one needs bgd.dll. Please download it from:
  http://www.libgd.org/releases/gd-latest-win32.zip ]

To see accepted parameters run: uhttpd -?
Parameters can also be defined using uhttpd.ini file.

Once started connect to uhttpd using:
http://localhost:8082
to see default index page.

Francesco