Index: src/style.c ================================================================== --- src/style.c +++ src/style.c @@ -1622,10 +1622,14 @@ } @ g.zRepositoryName = %h(g.zRepositoryName)
@ load_average() = %f(load_average())
@
P("HTTP_USER_AGENT"); + if( showAll ){ + P("AUTH_CONTENT"); + P("AUTH_TYPE"); + } cgi_print_all(showAll); if( showAll && blob_size(&g.httpHeader)>0 ){ @
@
     @ %h(blob_str(&g.httpHeader))

Index: www/server.wiki
==================================================================
--- www/server.wiki
+++ www/server.wiki
@@ -176,11 +176,12 @@
 for your particular web server. In particular, the following permissions are
 normally required (but, again, may be different for a particular
 configuration):