【发布时间】:2026-01-20 15:15:02
【问题描述】:
我的网站目录 /manual 显示 Apache HTTP Server 版本 2.2 文档 页面我已从我的 FTP 中删除了该目录,但仍然可以,得到这个。
我使用的是 Linux Centos 下面是我的 manual.conf 文件配置
有一个 manual.conf 显示了下面的配置
#
# This configuration file allows the manual to be accessed at
# http://localhost/manual/
#
AliasMatch ^/manual(?:/(?:de|en|fr|ja|ko|ru))?(/.*)?$ "/var/www/manual$1"
<Directory "/var/www/manual">
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
【问题讨论】: