• 締切済み

Script Error

http://www.eternal-battle.net/ に行こうとすると Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file. とでてしまいます。 Windows98 でIE6です。 ここ何日間できません。 セキュリティソフトの影響でリダイレクトやポップアップの拒否があったのかもしれませんがどうやって調べたらいいか分かりません。 お願いします。

みんなの回答

noname#10575
noname#10575
回答No.2

私も98、IE6ですが、エラーなく表示できましたよ。 参考URLを元に、あなたのPCから、該当ページに接続してみてください。 (例) telnet www.eternal-battle.net 80     GET 「取得したいHPの相対パス」 もし、上記でエラーがでるのであれば、プロキシも 含めた、あなたの、接続環境の差異を、WWWサーバ側で吸収できていないのかもしれませんね。

参考URL:
http://ash.or.jp/net/telnet_http.htm
  • nenya
  • ベストアンサー率15% (6/39)
回答No.1

たぶんサーバー側のエラーでしょう!

関連するQ&A

  • Script Error

    http://www.eternal-battle.net/ にアクセスできますか? 自分は行こうとすると Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file. とでます。 どうすればいけるようになるんでしょうか?

  • Script Errorがでます。(過去ログ検索済)

    これまでうまく動いていたcgiを新たに設置したのですが 下記のようなエラーがでます。 Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file. 使用しているサーバーはxreaです。 パーミッションは 設置cgi[755] にしております。 色々、過去ログをみたりぐぐってみたりしたのですが、 考えられる手はうってみたのですが、 他に考えられる原因は何かありますでしょうか?

    • ベストアンサー
    • CGI
  • Movable Typeでインストール作業を仕様と思ったらインストールウィザードの最初でエラーができました!

    すみません。以下のようなエラーができました。なにかしらファイルが足りないのでしょうか?2,3個同時にサイトを制作してて他のサイトはインストールうまくいったのですが1つだけエラーがでてしまうんです。 宜しくお願いします。 Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file.

  • アンケートCGIについて

    よろしくお願い致します。 ホームページにアンケートを設置したく、http://www.rescue.ne.jp/cgi/weban/ にあるCGIをダウンロードさせて頂いたのですが、必要なファイルを全てサーバーにアップしたのですが、an.cgiが正常に動作しません。 an.cgiにアクセスしたときに表示されるエラーメッセージは、以下のようになっております。 ---------------------- Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file. ---------------------- サーバーはxreaを使用しており、パーミッションは705(xrea推奨)でアップしています。他のcgi(メールフォー等)も同様のパーミッションでアップして正常に動作しているので、パーミッションの問題ではないと思うのですが..。 何が原因なのか、お分かりになる方がいらっしゃいましたら、どうかご教授下さいますようお願い致します。

    • ベストアンサー
    • CGI
  • FuelPHPをXREAのレンタルサーバーで使う

    FuelPHPをXREAのレンタルサーバーで動かしたいのですが http://d.hatena.ne.jp/suno88/20131006/1381040481#20131006f2 このサイトの手順通りにやったのですが、下のようなエラーが出ました。 Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .phpdextension, or add a AddType application/x-httpd-phpcgi-debug .phpline to your .htaccess file. どうすれば良いの全くかわかりません。お願いします。 PHP5.4.7 FuelPHP1.7.2

    • 締切済み
    • PHP
  • perlのcgiで、変数の中身を表示させたい

    cgiで変数の中身を表示させたい perlのcgiで変数の中身を表示させたいのですが、うまくいきません ▽環境   レンタルサーバ ▽やりたいこと   通常のブラウザ画面に、変数の中身を表示させたい ▽現状   use Data::Dumper;   print Dumper($hoge));もしくは、warn Dumper $hoge;   とすると、下記エラーとなります Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file. 指示に従い、.htaccessへ、AddHandler cgi-script-debug .cgiを追記すると、ズラズラ出てきたと何か出てきた中の一行に、変数の中身が表示されます ■質問事項   ▼変数の中身を確認する際、いちいち.htaccessへ追記するのが面倒なのですが、どうやって回避するのでしょうか?   ▼なぜ、変数の中身を確認しようとしただけで、Script Errorとなるのでしょうか?   ・書き方を間違えている?   ・書く場所を間違えている?   ・レンタルサーバの仕様?   ・perlのcgiだから? イメージしてるのは、PHPのvar_dumpなのですが…

    • ベストアンサー
    • Perl
  • Movable Type 4.23のインストール

    新規でMovable Type 4.2のインストールを行いました(サーバーはXREA+独自ドメイン)。 mt-check.cgiを実行すると、バックアップに関連する二つのモジュール(IO::Uncompress::Gunzip、IO::Compress::Gzip)は不足しているものの、 『ログイン』→『Movable Typeへようこそ』→『システムチェック:必要なPerlモジュールは揃っています。』まで問題なく進みます。 しかし、『システムチェック』画面で「次へ」をクリックすると === Script Error The script did not produce proper HTTP headers. Please see the error log to see the detail of the errors. Depending on the server configuration, you can also run thisscript under CGIWrap debugging. Usually, either rename or linkthe script temporarily to a file which ends with .cgidextension, or add a AddHandler cgi-script-debug .cgiline to your .htaccess file. === となってしまい、次に進めません。 Web上のドキュメントを色々調べたところ、いくつか解決方法が載っていたのでやってみました。 1)パーミッションを「755」ではなく「777」にする 2)mt-config.cgiを作成して、mt.cgiからアクセスする 1)は全く変化がありませんでした。 2)は、アップグレードと判断されてしまうのか、まだ設定していない「ユーザ名」と「パスワード」を求められ、それ以上先に進めません。 自分ではきちんとやっているつもりなのですが、どうにも….htaccessファイルも削除して、複数回削除、インストールを試してみましたがだめでした。 以前使っていたMTは3なので、多少不安に思っているのがパーミッションです。サーバーUPした時はフォルダは自動で「755」になるので、後は/mt/直下の.cgi(14ファイル)を「755」にするだけとの解釈ですが、合っていますでしょうか? 解決方法、試してみたほうが良いこと、チェックすべきことがありましたら、ご教授いただきたく、よろしくお願いいたします。

  • 【apache】httpd.confのAddHandlerについて

    掲示板利用させていただきます。 apacheとphpの連携を行う際、httpd.confのAddHandlerを以下のように設定すると、httpでphpを呼び出した際、以下のエラーがでます。 ●設定内容 AddHandler cgi-script .cgi .php ●エラー内容 Premature end of script headers 以下のように設定し直すと、正常に利用できるようになります。 ●設定内容 AddHandler cgi-script .cgi phpとcgiはイコールだと思っていたのですが、違うのでしょうか?? どなたかご教示ください。 よろしくお願いします。

  • 自宅サーバーの構築がうまくいきません。

    Linux初心者です。よろしくお願い致します。 webサーバーを公開しようとしているのですがうまくいきません。 OSはubuntuでapacheは2系です。 ルーターを介してindex.htmlをドメインで表示すること(http://ドメイン名)は可能なのですが、AddHandler.cgiにすると500エラーではじかれてしまいます。 以下はtail -fのコマンドで表示される文言です。 ・(2)No such file or directory: exec of 'ディレクトリ/AddHandler.cgi' failed ・Premature end of script headers: AddHandler.cgi 何が原因かわからないのでどなたご指導鞭撻の程よろしくお願い致します。

  • script headers って?

    NO.202703の質問をしたものです。 1.Premature end of script headers: c:/www/public_htm/up_file.cgi 2.String found where operator expected at c:\WWW\PUBLIC~1\UP_FIL~1.CGI line 59, near "open INDD1, "$indd1"" 3.syntax error at c:\WWW\PUBLIC~1\UP_FIL~1.CGI line 58, near "open(INDD1, "$indd"" 4.Execution of c:\WWW\PUBLIC~1\UP_FIL~1.CGI aborted due to compilation errors. 2.3.4.のエラーについては、解決?できました。 (エラー行をコメント(#)にしたりしてるうちに・・・原因はよくわかりませんでしたが・・・) 1.のエラーの意味がわかりません。  script headers って何のことなんでしょうか? ※ このエラーログはApacheのサーバーのログです ※ このCGIは、フォームデータを受けっとてファイルを更新するようになっています。

    • ベストアンサー
    • Perl