On Jan 22, 2007, at 9:30 AM, Lowe, Grant wrote:
Well, what works is http://localhost/mrtg. The others don't work. Here's the mrtg.conf file in case.
<..snip..>
Allow from 127.0.0.1 Allow from ::1
And this is surprising in what way? The mtrg.conf file specifies exactly that the mtrg subdirectory is ONLY visible from the IPv4 and IPv6 versions of localhost. That's it, that's all. Access through an IP address, even if it's local, will not match this. You'll need to add the client IP address in another Allow directive. Or, if you just want to grant blanket access:
Order Allow,deny Allow from all instead. That'll make this directory visible to the world. S. -- sctemme@xxxxxxxxxx http://www.temme.net/sander/ PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF
Attachment:
smime.p7s
Description: S/MIME cryptographic signature