ページの先頭行へ戻る
Interstage Application Server V12.0.0 Interstage HTTP Server 運用ガイド
FUJITSU Software

A.92 Options

名前

Options


形式

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


機能概要

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


All

MultiViewsを除くすべてのオプションを有効にします。

None

Optionsディレクティブの機能をすべて無効にします。

FollowSymLinks

サーバにシンボリックリンクを使用させます。

Indexes

DirectoryIndexディレクティブで設定したファイルが見つからない場合に、ディレクトリリストの自動生成を有効にします。

MultiViews

自動コンテンツネゴシエーションを許可します。


指定位置

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


省略値

Options All

初期値

<Directory />
    Options FollowSymLinks
</Directory>
<Directory "C:/Interstage/F3FMihs/servers/(Webサーバ名)/htdocs">
    Options FollowSymLinks
</Directory>
<Directory "C:/Interstage/F3FMihs/servers/(Webサーバ名)/icons">
    Options FollowSymLinks MultiViews
</Directory>
<Directory "C:/Interstage/F3FMihs/servers/(Webサーバ名)/cgi-bin">
    Options None
</Directory>

<Directory />
    Options FollowSymLinks
</Directory>
<Directory "/opt/FJSVihs/servers/(Webサーバ名)/htdocs">
    Options FollowSymLinks
</Directory>
<Directory "/opt/FJSVihs/servers/(Webサーバ名)/icons">
    Options FollowSymLinks MultiViews
</Directory>
<Directory "/opt/FJSVihs/servers/(Webサーバ名)/cgi-bin">
    Options None
</Directory>

注意事項

Servletサービスのアプリケーションにアクセスした場合、本ディレクティブの設定は無効となります。