[Nix-dev] Re: [Nix-commits] SVN commit: nix - 17923 - rob - nixos/trunk/modules/services/web-servers/apache-httpd

Nicolas Pierron nicolas.b.pierron at gmail.com
Thu Oct 22 17:25:18 CEST 2009


Hi Rob,

On Thu, Oct 22, 2009 at 16:36, Rob Vermaas <rob.vermaas at gmail.com> 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?



More information about the nix-dev mailing list