Interstage Application Server Webサーバ運用ガイド (Interstage HTTP Server編)
目次 索引 前ページ次ページ

付録A ディレクティブ一覧

A.68 Options

名前

 Options

形式

 Options オプション [オプション ...]

機能概要

 特定のディレクトリで使用するサーバ機能を設定します。通常、1つのディレクトリに複数のOptionsディレクティブがあてはまる場合は、最も特徴的なものが採用され、オプションが併合されることはありません。
 指定可能なオプションを以下に示します。

 All
 MultiViewsを除くすべてのオプションを有効にします。
 None
 Optionsディレクティブの機能をすべて無効にします。
 FollowSymLinks
 サーバにシンボリックリンクを使用させます。
 Indexes
 DirectoryIndexディレクティブで設定したファイルが見つからない場合に、ディレクトリリストの自動生成を有効にします。
 MultiViews
 自動コンテンツネゴシエーションを許可します。

指定位置

 グローバルコンテキスト、バーチャルホスト、ディレクトリ

省略値

 All

初期値

<Directory />
    Options FollowSymLinks
</Directory>
<Directory "C:/Interstage/F3FMihs/htdocs">
    Options Indexes FollowSymLinks MultiViews
</Directory>
<Directory "C:/Interstage/F3FMihs/icons">
    Options Indexes MultiViews
</Directory>
<Directory "C:/Interstage/F3FMihs/htdocs/manual">
    Options Indexes FollowSymLinks MultiViews
</Directory>
<Directory "C:/Interstage/F3FMihs/cgi-bin">
    Options None
</Directory>

<Directory />
    Options FollowSymLinks
</Directory>
<Directory "/opt/FJSVihs/htdocs">
    Options Indexes FollowSymLinks MultiViews
</Directory>
<Directory "/opt/FJSVihs/icons">
    Options Indexes MultiViews
</Directory>
<Directory "/opt/FJSVihs/htdocs/manual">
    Options Indexes FollowSymLinks MultiViews
</Directory>
<Directory "/opt/FJSVihs/cgi-bin">
    Options None
</Directory>

目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2006