On Tue, Jul 3, 2012 at 12:39 PM, Sonny Karlsson <[email protected]> wrote: > Hi > > This patch cause error when parsing sites/default: > > [2012/07/03 20:32:40] [ Error] Error in line 44: Section do not have keys > > Should empty sections be allowed in the parser?
a section must contain entries, otherwise the section should be commented. it needs to be fixed. > > On Jul 2, 2012, at 9:42PM, Eduardo Silva wrote: > >> applied, thanks >> >> On Mon, Jul 2, 2012 at 8:01 AM, Lauri Kasanen <[email protected]> wrote: >>> Hi >>> >>> This adds per-vhost CGI matching. >>> >>> lang/en/sites/default | 4 ++ >>> plugins/cgi/cgi.c | 94 >>> +++++++++++++++++++++++++++++++++++++++++-------- >>> 2 files changed, 83 insertions(+), 15 deletions(-) >>> >>> >>> - Lauri >>> >>> _______________________________________________ >>> Monkey mailing list >>> [email protected] >>> http://lists.monkey-project.com/listinfo/monkey >>> >> >> >> >> -- >> Eduardo Silva >> http://edsiper.linuxchile.cl >> http://www.monkey-project.com >> _______________________________________________ >> Monkey mailing list >> [email protected] >> http://lists.monkey-project.com/listinfo/monkey > -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
