https://issues.apache.org/bugzilla/show_bug.cgi?id=49737
Stuart Longland <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Stuart Longland <[email protected]> 2011-04-02 03:18:08 EDT --- The documentation states that brackets should not be included in mod_access specifications, and gives examples in that form. I have tried numerous variations to get allow-by-IPv6 subnets for the best part of a year. It was a problem in older versions of Apache, and continues to be a problem in 2.2.16. I'll try it on a couple of other platforms, and double check, but I know it to be a problem on i686 Linux. I have the following in my Apache configuration: Alias /portage /home/portage <Directory /home/portage> AllowOverride None Options +Indexes -ExecCGI Order deny,allow Deny from all Allow from 127.0.0.0/8 Allow from 192.168.0.0/16 Allow from 10.0.0.0/8 Allow from 2001:388:d000:1100::/56 </Directory> I have tried: * Allow from 2001:0388:d000:1100:0000:0000:0000:0000/56 * Allow from 2000/3 * Allow from :: With and without the IPv4 addresses. They are correct according to the docs and the configuration file parser, they should work, but don't. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
