Context in httpd.conf(5):

     block [return code [uri]]
             Close the connection and send an error page.  If the optional
             return code is not specified, httpd(8) denies access with a `403
             Forbidden' response.  The optional uri argument can be used with
             return codes in the 3xx range to send a `Location:' header for
             redirection to a specified URI.

                 vvv
             The url may contain predefined macros that will be expanded at
             runtime:

Index: httpd.conf.5
===================================================================
RCS file: /cvs/src/usr.sbin/httpd/httpd.conf.5,v
retrieving revision 1.60
diff -u -p -r1.60 httpd.conf.5
--- httpd.conf.5        19 May 2015 18:16:32 -0000      1.60
+++ httpd.conf.5        25 May 2015 22:40:09 -0000
@@ -166,7 +166,7 @@ argument can be used with return codes i
 header for redirection to a specified URI.
 .Pp
 The
-.Ar url
+.Ar uri
 may contain predefined macros that will be expanded at runtime:
 .Pp
 .Bl -tag -width $DOCUMENT_URI -offset indent -compact

Reply via email to