-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Hi,
(Previous mail title should have been s/html/xml/, also this patch and the previous one are diff'ed from trunk) IPv6 examples in mod_authz_host documentation for 2.2/2.4/trunk are not very clear, the subnet given does not make a lot of sense. Attached patch for trunk will remove the subnet example and add some more descriptive addresses and subnets. Best regards, Mathijs Schmittmann -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQIcBAEBCgAGBQJV7ynxAAoJEHU+9B0GxpC8e3gQALr8qTIUq043odF92QDZt0mv WePMppTgRG19bHk9oK9GAZSlicyfVxCAKlao4TDcdB8LhJWG4uXLE4mMcxfpX5nk YGkGRSqaMljaXCAp719+x15BbWR3mBa2qEh5MJbaAb8nArf4qpWKBxovw5FoUV4k eV355V4+Q/PSCZbYVC2aEU6g6FCwKEknK9yrCNQd4jLv6xHX9k69tMZSGY6aJy+L lMZIdZIZh5lYgqlZMVNFsYoG9oYuoAI0JO3L+TJzlwYi07Gcl6d5DWn9nxAKRbDA uAolamnEtz6gTj2M3lmQqDR6F4/evAyJgAGh57DgFj+DKQxe0f3wkDBxbOQxp+7B qvi7xd5rxyxk5lVUtIX66e4Idtg1Gjk1+IH/TqyLiSc23ET16oD1mIDuOMc0rQOH IxP0+jgFWgd01uSkNjJVJhv96ncsqo9d7rc+frYtV8GTHXKRvkWtL+8euERcumu9 VGBa1emGvN8bdxNaFhQZtffFc6KxDEwdjpDt/DYhL9DqHsD4/Td53aXc8V/u6Z5Z p0AIooY1Aaha8DKTXtCcpJurduVx+f0wLYu/ROOdBF4qXdNNc3aknyk7H+Ruu5Tv A4hj719oEiimKEjXswqr6k4Txf+WA0aUeb7hQIvFfxYE7bA1i7nIkBgjVLfSBPkm WGms8rXU88IMNDRSvhuM =CQ2C -----END PGP SIGNATURE-----
Index: mod_authz_host.xml =================================================================== --- mod_authz_host.xml (revision 1701839) +++ mod_authz_host.xml (working copy) @@ -118,7 +118,9 @@ <highlight language="config"> Require ip 2001:db8::a00:20ff:fea7:ccea -Require ip 2001:db8::a00:20ff:fea7:ccea/10 +Require ip 2001:db8:1:1::a +Require ip 2001:db8:2:1::/64 +Require ip 2001:db8:3::/48 </highlight> <p>Note: As the IP addresses are parsed on startup, expressions are
patch.txt.sig
Description: Binary data
--------------------------------------------------------------------- To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org