Hi Ken,

> Just add an index page:
> 
> echo 'Icons' >> /var/www/icons/index.html
> 
> echo 'Icons' >> /var/www/icons/small/index.html

Or that. I'm just publishing an update base-apache which will add
/etc/httpd/conf.d/security with this in it:

# Disable directory listing for /var/www/icons/:
<Directory /var/www/icons/>
Options -Indexes
</Directory>

# Turn off Apache debugging support for TRACK/TRACE:
TraceEnable off

That takes care of both issues. And if there is anything else that's
security related, we can add to it later on.

-- 
With best regards

Michael Stauber
_______________________________________________
Blueonyx mailing list
Blueonyx@mail.blueonyx.it
http://mail.blueonyx.it/mailman/listinfo/blueonyx

Reply via email to