[Armadillo:02029] Armadillo-9 で Apache の SSI 設定について
yusuke sato
email@hidden
2007年 9月 11日 (火) 13:44:07 JST
東京通信機工業(株)の佐藤と申します。
Armadillo-9へApacheサーバーをインストールし、SSIを使用できるように設定したのですが、どうしてもSSIが動作しません。以下におこなった手順を示します。
1.Armadillo-9へApacheサーバーをインストール
・# apt-get updateを実行
・# apt-get install apacheを実行
(# apache -vでver1.3.33であることを確認。Armadillo-9のIPアドレスを指定して
/var/www/index.htmlがWebブラウザに表示できることを確認)
2.SSIの設定
・/etc/apache/httpd.confの環境設定ファイルの中を編集。
<Directory /var/www/>
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
Options Indexes Includes FollowSymLinks MultiViews
上記の <Directory /var/www/> を
<Directory /var/www>に変更。
上記の Options Indexes Includes FollowSymLinks MultiViews を
Options FollowSymLinks MultiViews Includes に変更。
# To use server-parsed HTML files mod_include has to be enabled.
#
<IfModule mod_include.c>
AddType text/html .shtml
AddHandler server-parsed .shtml
</IfModule>
上記AddType text/html .shtmlとAddHandler server-parsed .shtmlには#が
ついてなかったのでそのまま。
そしてArmadillo-9を再起動してApacheを再起動。
3.動作確認
・/var/www/のディレクトリへshtmlファイルを作成(aaa.shtml)。
<aaa.shtmlの内容>
<html>
<body>
<pre>
<!--#printenv -->
</pre>
</body>
</html>
・ファイルに実行権を与える(# chmod 755 aaa.shtml)
・WebブラウザのURLに「http://Armadillo-9のIPアドレス/aaa.shtml」を入力。
上記の作業をおこなったのですが、環境変数の一覧が表示されません。
(アクセスログを確認するとアクセスはしているみたいなのですが)
設定内容が間違っているのでしょうか?または他にも必要な設定、作業があるのでしょうか?
初歩的なご質問で大変恐縮なのですが、ご教授お願いいたします。
以上
---------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: <http://lists.atmark-techno.com/pipermail/armadillo/attachments/20070911/49d2ee26/attachment.html>
armadillo メーリングリストの案内