我的网站目录 /manual 显示Apache HTTP Server 版本 2.2 文档页面我已经从我的 FTP 中删除了这个目录,但仍然是 oa,得到了这个。
我正在使用 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>