hostpc.com
Verified User
Tonight a customer brought to my attention that on ANY of their domains, you can access the apache default icon list as
http://yourdomain.com/icons
This block exists in /etc/httpd/conf/httpd.conf
It's not a HUGE deal, but why would that alias need to exist, or DOES it need to be there?
Is this something new? has it always been there - just never addressed before?
Thanks for any insight you can offer.
Joe
http://yourdomain.com/icons
This block exists in /etc/httpd/conf/httpd.conf
Alias /icons/ "/var/www/icons/"
<Directory "/var/www/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</Directory>
It's not a HUGE deal, but why would that alias need to exist, or DOES it need to be there?
Is this something new? has it always been there - just never addressed before?
Thanks for any insight you can offer.
Joe