BBS 過去ログ No.0002に戻る
タイトル:
SSI動かへん。
記事No:
572
投稿日: 2003/06/16(Mon) 04:22
投稿者:
加護
URL:
http://www.kago69.com
歌舞伎町の風俗で一発抜いた後
なぜかSSIの設定するハメになってます。
index.shtml:
---
<html>
<head>
<title>SSI test</title>
</head>
<body>
<!--#flastmod file="index.shtml" -->
</body>
</html>
---
事象:URLを叩いても何も表示されない
errorログ:[error] an unknown filter was not added: includes
Apache version:2.0.40
httpd.conf:
---
<Directory />
Options Indexes FollowSymLinks MultiViews Includes
AllowOverride None
Order deny,allow
Deny from all
</Directory>
〜(中略)〜
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddOutputFilter INCLUDES .shtml
<Files *.html>
ForceType text/html
SetOutputFilter INCLUDES
</Files>
---
タイトル:
自己解決です。
記事No:
587
投稿日: 2003/06/21(Sat) 09:03
投稿者:
加護
<
kago69@kuchikomiya.com>
URL:
http://www.kago69.com
errorログを見ると
[error] an unknown filter was not added: includes
っていうメッセージが出てて
AddOutputFilter INCLUDES .shtml
が有効になってなかったのね。
で、httpd.confをよーく見ると、
#LoadModule include_module modules/mod_include.so
ってなってました。
ムダなモジュールを組み込ませないようにしたとき
include_moduleに#つけてたの忘れてました。
ごめんなさい、
お騒がせしましたm(_ _)m
Copyright© Home Server Technical. All Right Reserved.