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; }
いろいろなものが絡んでいる可能性があるので,こちらにトピックをたてました。
よろしく,お願いいたします。
以下にアクセスログとエラーログの一例を載せておきます。
もともと,この手(↓)の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
- トピック「IE11(Win8.1),IE10(Win7)で,アクセスしたとき,font.eotについてエラーがでる。」には新たに返信することはできません。