Hi Rob, On Thu, Oct 22, 2009 at 16:36, Rob Vermaas <[email protected]> wrote: > Modified: nixos/trunk/modules/services/web-servers/apache-httpd/default.nix > =================================================================== > --- nixos/trunk/modules/services/web-servers/apache-httpd/default.nix > 2009-10-22 08:28:33 UTC (rev 17922) > +++ nixos/trunk/modules/services/web-servers/apache-httpd/default.nix > 2009-10-22 14:36:54 UTC (rev 17923) > @@ -429,6 +429,13 @@ > "; > }; > > + logFormat = mkOption { > + default = "common"; > + description = " > + Log format for Apache's log files. > + "; > + }; > +
Could you enumerate possible values or put a link where we can find them. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ The Hitchhiker's Guide to the Galaxy - What do you get if you multiply six by nine? _______________________________________________ nix-dev mailing list [email protected] https://mail.cs.uu.nl/mailman/listinfo/nix-dev
