Commit Graph

17 Commits

Author SHA1 Message Date
jasper
6a58d43f1f - update to yaws-1.9.5 2012-10-30 20:29:21 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
jasper
a9c3dde92c - install munin script to monitor yaws
- tweak README
2011-05-27 17:13:09 +00:00
jasper
3ea2f218a5 - update to yaws-1.90 2011-05-27 17:04:43 +00:00
ajacoutot
073e9e6b72 These aren't needed either. 2011-03-09 19:37:47 +00:00
ajacoutot
564c909458 Remove now uneeded redirection. 2011-03-09 18:51:48 +00:00
ajacoutot
ae70c849c2 Make use of rcexec.
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +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
291509b4b5 - add (start of a) README 2010-12-29 11:50:34 +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
ajacoutot
9145731ac1 Fix rc_stop and rc_reload so that one can use sudo to manipulate the
daemon using the rc script. Make the rc script conform to rc.subr style.
2010-12-29 10:15:13 +00:00
jasper
d050660782 - add an rc script
rc.d-cluestick from aja@
2010-12-29 09:45:50 +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