Mailing List Archive

r1651 - trunk/varnish-cache/man
Author: des
Date: 2007-07-05 16:28:48 +0200 (Thu, 05 Jul 2007)
New Revision: 1651

Modified:
trunk/varnish-cache/man/vcl.7
Log:
Document server.ip.


Modified: trunk/varnish-cache/man/vcl.7
===================================================================
--- trunk/varnish-cache/man/vcl.7 2007-07-05 12:14:27 UTC (rev 1650)
+++ trunk/varnish-cache/man/vcl.7 2007-07-05 14:28:48 UTC (rev 1651)
@@ -360,6 +360,9 @@
.Bl -tag -width 4n
.It Va client.ip
The client's IP address.
+.It Va server.ip
+The IP address of the socket on which the client connection was
+received.
.It Va req.request
The request type (e.g. "GET", "HEAD").
.It Va req.url