You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1996/10/30 16:32:03 UTC

.htaccess directories

It was pointed out to the group a few weeks ago that a .htaccess
diretory did Bad Things(tm) to the server. Looking through the
code, it seems the logical place to fix this is in pfopen(). It
does seem however that a stat() in this function could get quite
expensive. Would an alarm() in parse_htaccess be better?