IE11(Win8.1),IE10(Win7)で,アクセスしたとき,font.eotについてエラーがでる。

  • 不明 のアバター

    前からのエラーのようですが,Apacheのログからしかわからないエラーなので,最近気づきました。

    IE11(Win8.1),IE10(Win7)で,アクセスしたときに出るエラーで,FireFox,Google Chromeでは出てきません。IEの他のバージョンでも出るのかどうかは,手元に他のバージョンがないため,不明です。

    Apacheのhttpdのアクセスログに HTTP/1.1 500 Internal Server Error がでていて,気づきました。LogLevelをdebugにして確認してみたところ,403エラーが出てリダイレクトされ,回数オーバーで500エラーになっているようです。

    403エラーには,BulletProof Securityも絡んでいるようですが,そもそも,403エラーが出る理由がどうしてもつかめませんでした。このエラーが出るのは,管理者権限で管理画面からJetpackの設定ページにアクセスしたときなので,403になるはずがないのです。

    いろいろ,調べてみたところ,Jetpackのみならず,他の場合でもfont ファイルのeotについて出ているエラーであるところまではつかめましたが,どうしても解消できません。当該のcssも覗いてみましたが,いずれも,下記のようになっており,調べた限りではこれが最新といわれる書き方のようです。

    @font-face {
      font-family: 'automatticons';
      src: url("fonts/automatticons-regular-webfont-webfont.eot");
      src: url("fonts/automatticons-regular-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/automatticons-regular-webfont-webfont.woff") format("woff"), url("fonts/automatticons-regular-webfont-webfont.ttf") format("truetype"), url("fonts/automatticons-regular-webfont-webfont.svg#automatticonsregular") format("svg");
      font-weight: normal;
      font-style: normal;
    }

    いろいろなものが絡んでいる可能性があるので,どこで質問するかかなり悩んだのですが,一番初めに,Jetpackで気づきましたので,ここに来ました。

    よろしく,お願いいたします。

    以下にアクセスログとエラーログの一例を載せておきます。

    もともと,この500エラーで気づいた。
    192.168.1.128 - - [11/Jul/2014:23:06:07 +0900] "GET /wp-content/plugins/jetpack/_inc/fonts/automatticons-regular-webfont-webfont.eot? HTTP/1.1" 500 - "http://example.com/wp-admin/admin.php?page=jetpack" "Mozilla/5.0 (Windows NT 6.3; Trident/7.0; rv:11.0) like Gecko"

    エラーログのこの部分のメッセージ。
    Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.

    LogLevel debugにして採ったエラーログ。

    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3528): [client 192.168.1.128:49886] AH00121: r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/bulletproof-security/403.php, referer: http://example.com/wp-admin/admin.php?page=jetpack
    [Fri Jul 11 23:06:07.641601 2014] [core:debug] [pid 1184:tid 988] core.c(3534): [client 192.168.1.128:49886] AH00122: redirected from r->uri = /wp-content/plugins/jetpack/_inc/fonts/automatticons-regular-webfont-webfont.eot, referer: http://example.com/wp-admin/admin.php?page=jetpack

    ヘルプが必要なブログは (ログイン中のユーザーにのみ表示) です。

  • 不明 のアバター

    ご指定のサイト (o6asan.com) は WordPress.com のブログではないようです。

    このサポートフォーラムは WordPress.com レンタルブログ専用です。インストール型 WordPress ブログに関する質問は、ここではなく WordPress.org フォーラム でお願いします。

    もし違いが分からない場合は、こちらの情報が参考になるかもしれません。

    もしブログへのリンクを含めるのを忘れた場合、リンク情報を含めて返信をしてください。そうすることで、他の人が質問に答えやすくなります。

    このメッセージは自動投稿されました。

  • 不明 のアバター

    WordPress.org フォーラムで改めて相談しました。
    こちらのトピックは,閉じます。

    ありがとうございました。

  • トピック「IE11(Win8.1),IE10(Win7)で,アクセスしたとき,font.eotについてエラーがでる。」には新しい返信をつけることはできません。