新規記事投稿 フォロー記事投稿 記事のキャンセル
From: TAD <hotani@mua.biglobe.ne.jp>
Subject: Re: エラー: /~install/forum/menu.cgi was notfound
Date: 1999/02/15 20:17:33
Reference: mesh.forum.3/00890

2月15日に、久貝穣さんは書きました。

>The requested URL /~install/forum/menu.cgi was notfound on this server.
>
>The requested URL /~install/forum/contents.cgiwas not found on this server.
>
>The requested URL /~install/forum/Preface.html was not found on this server.
(中略)
>cgi-binは、/usr/local/apache/cgi-binに、ウェブ会議室はその下に、forumというディレクトリを付けました。
>
>$forumroot = '/cgi-bin/forum';  # うぇぶ会議室のあるペーヂ
>としました。他は、触っておりません。
>
># $cgiroot = '/%7Einstall/forum/cgi-bin';
># $forumpath = '/home/install/public_html/forum';      
>2つともコメントははずしておりません。

上記のエラーに含まれているURLは $forumroot に設定したURLですので、
上記の説明が間違いなく、現状では $forumroot = '/cgi-bin/forum'; 
のようになっているのだとすると本当は

http://YOUR.SERVER/cgi-bin/forum/menu.cgi
http://YOUR.SERVER/cgi-bin/forum/contents.cgi
http://YOUR.SERVER/cgi-bin/forum/Preface.html

を見に行くはずですから
クライアント側のキャッシュ等の内容が活きているのではないでしょうか。
IEだと効かないこともあるようですが、フレーム内をリロード(再読み込み)しても
ダメですか?