This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ITP] micro-httpd 20011214 -- Extremely small Unix-based HTTP server


* Mon 2008-03-03 Jari Aalto
* Message-Id: tzjocht0.fsf@blue.sea.net

[Ping]

Included in Debian stable:

    http://packages.debian.org/micro-httpd

Jari

sdesc: "Extremely small Unix-based HTTP server"
ldesc: "Program runs from inetd. All in 150 lines of code. micro-httpd can
also be used to serve HTTPS by wrapping it with stunnel. But for
low-traffic sites, it's quite adequate. It implements all the basic
features of an HTTP server."
category: Web
requires: cygwin

  wget        \
    http://cygwin.cante.net/micro-httpd/micro-httpd-20011214-1-src.tar.bz2 \
    http://cygwin.cante.net/micro-httpd/micro-httpd-20011214-1.tar.bz2 \
    http://cygwin.cante.net/micro-httpd/setup.hint \

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir micro-httpd ; cd micro-httpd
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/micro-httpd/get.sh \
          http://cygwin.cante.net/micro-httpd/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]