Files
harbour-core/harbour/extras/httpsrv
Viktor Szakats d7092106ec 2012-10-22 01:51 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbct/ctmath.c
  * contrib/hbct/ctstr.c
  * contrib/hbct/ctstrfil.c
  * contrib/hbct/ctstrfil.h
  * contrib/hbct/ctwin.c
  * contrib/hbct/dattime3.c
  * contrib/hbct/token1.c
  * contrib/hbct/token2.c
    * renamed statics to have s_/sc_ prefix
    * changed int to HB_FATTR for file attributes

  * contrib/hbct/tests/datetime.prg
    + implemented TODO now allowing to select language

  * contrib/hbsms/sms.prg
    + added links regarding sending in unicode

  * extras/httpsrv/uhttpd.prg
    ! fixed a TOFIX
2012-10-21 23:52:40 +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