# This is used for the web-based php version of texdoctk
# just try 
# http://localhost/texmf-tetex/doc/texdoc.php or
# http://localhost/doc/tetex-doc/texdoc.php 
#
Alias /texmf /usr/share/texmf-tetex
<Directory /usr/share/texmf-tetex>
  order deny,allow
  deny from all
  allow from 127.0.0.0/255.0.0.0
  Options Indexes FollowSymlinks MultiViews
</Directory>
