私の Web サイト ディレクトリ /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>