On Wed, May 29, 2002 at 02:13:55PM -0500, Scott Raun (sraun at fireopal.org) wrote:
<snip>
> OK, now I know what's going on - I think this is the relevant chunk of my httpd.conf:
> 
> # Allow access to local system documentation from localhost.
> # (Debian Policy assumes /usr/share/doc is "/doc/", at least from the localhost\
> .)
> Alias /doc/ /usr/share/doc/
> 
> <Location /doc>
>   order deny,allow
>   deny from all
>   allow from 127.0.0.0/255.0.0.0
>   Options Indexes FollowSymLinks MultiViews
> </Location>
> 
> Now, how do I want to fix this...

Just remove the deny and allow statements:

<Location /doc>
  Options Indexes FollowSymLinks MultiViews
</Location>

However, if it were me, I'd have it look at the images within your
document root rather than in /usr/share/doc.  To do that, get rid
of the Alias line too.

-- 
Amy Tanner
amy at real-time.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 524 bytes
Desc: not available
Url : http://shadowknight.real-time.com/pipermail/tclug-list/attachments/20020529/32736b2e/attachment.pgp