Gisle Vanem wrote:

> Specifying a config-file has no effect in main.c when built with
> CHEROKEE_EMBEDDED. Suggested patch:

  Right, your patch is committed now, thanks Gisle :-)

> But I fail to see why a config-file couldn't be used in an embedded
> build.

  You can fill it out in read_config_embedded.c.  It allows you to
  hard-code the configuration, or to use a light configuration parser
  rather than the big yacc/flex one.

  Anyway, one you the coolest hacks in the previous releases has been
  to load and unload the configuration parsers on-the-fly.  Now,
  Cherokee (the server version) unloads all the parsers code after
  read the configurations files.

  Anyway, the choice for the embedded version is there.

--
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to