[认证] client denied by server configuration: /httpd/htdocs/.htaccess

[认证] client denied by server configuration: /httpd/htdocs/.htaccess

我在服务器上配置了2个APACHE    一个APACHE访问.htaccess没问题 由于没有配置rewrite模块 所以提示找不到
而另外一个APACHE 配置了.htaccess和rewrite 但是出现
[Sat Jun 03 23:50:01 2006] [error] [client 192.168.0.132] client denied by server configuration: /httpd/htdocs/.htaccess
的结果  求解

<Directory "/httpd/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride FileInfo
    Order allow,deny
    Allow from all
</Directory>


目录已经开放Filenfo了


APACHE支持的模块
core_module (static)
authn_file_module (static)
authn_default_module (static)
authz_host_module (static)
authz_groupfile_module (static)
authz_user_module (static)
authz_default_module (static)
auth_basic_module (static)
include_module (static)
filter_module (static)
log_config_module (static)
env_module (static)
setenvif_module (static)
mpm_prefork_module (static)
http_module (static)
mime_module (static)
status_module (static)
autoindex_module (static)
asis_module (static)
cgi_module (static)
negotiation_module (static)
dir_module (static)
actions_module (static)
userdir_module (static)
alias_module (static)
rewrite_module (static)
so_module (static)
Syntax OK


希望帮忙解答

.htaccess

怎么设置的呢?
知道了  原来是起用了列出目录 提示出错
请问你是怎样修改 httpd.conf 的呢?