Commit Graph

6 Commits

Author SHA1 Message Date
jasper
3ea2f218a5 - update to yaws-1.90 2011-05-27 17:04:43 +00:00
jasper
67f737d489 - erl(1) needs $HOME to be set, so remove the patch and properly deal with
it in CONFIGURE_ENV.
2010-12-30 08:33:24 +00:00
jasper
8948bf2b4a - remove patch, and just set ALL_TARGET accordingly 2010-12-29 12:39:54 +00:00
jasper
fad598871c - remove unneeded patch. 2010-12-29 12:37:27 +00:00
jasper
52b0f8c41d - fix another instance of putting the hostname of build machine in a config file
- let -main depend -web, instead of the other way around, this allows for no futher tweaks to run yaws

prompted/ok aja@
2010-12-29 10:26:35 +00:00
jasper
ec1a42aa3c import yaws 1.89
Yaws is a HTTP high perfomance 1.1 webserver particularly well suited
for dynamic-content web applications. Two separate modes of operations
are supported:

    * Standalone mode where Yaws runs as a regular webserver daemon.
      This is the default mode.
    * Embedded mode where Yaws runs as an embedded webserver in another
      Erlang application.

Yaws is entirely written in Erlang, and furthermore it is a
multithreaded webserver where one Erlang lightweight process is used to
handle each client.

ok aja@
2010-12-22 18:38:03 +00:00