> ... reading the page you reference, you probably want to change the lines
>
> Order Deny,Allow
> Allow from 127.0.0.1
> Allow from localhost
>
> to
>
> Require ip 127.0.0.1
> Require host localhost
>
Committed: r5825.
(install.sh, INSTALL and other docs remain to be updated. Care to send a patch?)