Files
harbour-core/harbour/extras/httpsrv
Viktor Szakats 95ca642c65 2012-11-08 16:02 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbmysql/tmysql.prg
  * contrib/hbnf/tests/test.prg
  * contrib/hbtip/cgi.prg
  * contrib/hbtip/tests/base64.prg
  * contrib/hbtip/tests/dbtohtml.prg
  * contrib/hbtip/tests/ftpadv.prg
  * contrib/hbtip/tests/httpadv.prg
  * contrib/hbtip/tests/tiptest.prg
  * contrib/hbtip/thtml.prg
  * contrib/rddads/tests/testmg.prg
  * extras/gfspell/spell.prg
  * extras/hbvpdf/hbvpdf.prg
  * extras/httpsrv/cgifunc.prg
  * extras/httpsrv/modules/tableservletdb.prg
  * extras/httpsrv/session.prg
  * extras/httpsrv/uhttpd.prg
  * utils/hbmk2/hbmk2.prg
    * minor cleanups

  * contrib/xhb/*.ch
    * formatted .ch files
    ! fixed SETLASTKEY() to be HB_SETLASTKEY() in xhb

  * contrib/hbtinymt/3rd/tinymt/tinymt.hbp
  - contrib/hbtinymt/3rd/tinymt/tinymt.hbx
    ! deleted .hbx file for 3rd lib and fixed not to generate it

  * extras/httpsrv/modules/tableservletdb.prg
    ! DEFAULT TO -> hb_default()
2012-11-08 15:06:50 +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 GD lib. Please download it from:
    http://www.libgd.org/ ]

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