oceanborn2 / winhttpd

A darkhttpd port to Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository specific

Simply added a Visual Studio solution. Probably should add a cmake build instead.

WinHTTPD - darkhttpd ported to Windows

Few points first:

  • darkhttpd ver = 1.12 (newest)
  • Why win-httpd and not dark-httpd? you may ask
    • Well, ever glanced over into the <windows.h> library? Windows is by definition dark, so you'll suddenly realize that the name actually still is darkhttpd and your eyes are playing tricks on you.
  • It's ported to be compilable with MSVC compiler, I do not know what weird stuff can happen if you try to compile this with MinGW or Cygwin.
  • You can see the whole current diff with darkhttpd here.

Usage

winhttpd.exe [options]

Right now, you can't use options --chroot, --deamon, --uid, --gid and --pidfile. Some of them for obvious reasons, other are coming soon.

About

A darkhttpd port to Windows

License:MIT License


Languages

Language:C 99.8%Language:Shell 0.2%