* Separate logfiles for each virtual host.
svn path=/configurations/trunk/tud/; revision=10783
Eelco Dolstra committed
Feb 20, 2008 at 14:01 UTC
5547d7dd2360e0b95b23cb4404fbcc4aadbbb230
1 file changed
+1
main.nix
+1
@@ -229,6 +229,7 @@ rec {
229
httpd = {
230
enable = true;
231
experimental = true;
232
+ logPerVirtualHost = true;
233
adminAddr = "eelco@cs.uu.nl";
234
hostName = "localhost";
235