Comments
trackback
Comments made
bouichi wrote:
このコメントを15:09:40に書き込みをしました。(クライアント時間ほぼ正確)
時間差は無く現在レスポンスは改善しています。
引き続き調査します。
/* About ----- This directory contains extra files to make the 'fancy urls' feature even more fancier, by eliminating the 'index.php'-part of the URL Installation ------------ 1. Copy all files in this directory (except for index.html) to your main nucleus dir (where your index.php and action.php file are) If you have an already existing .htaccess file (most ftp-programs don't show hidden files by default, so don't start uploading it without checking your server). If you do, download that old one first, and copy the contents of the new .htaccess file (from the fancyurls folder) in your old one, and upload that... 2. Edit this file so that $CONF['Self'] points to your main directory. NOTE: this time, and only this time, the URL should NOT end in a slash 3. Also edit the $CONF['Self'] variable in your index.php, if you don't want to end up with index.php/item/1234 urls when people come via that way 4. Enable 'Fancy URLs' in the Nucleus admin area (nucleus management / edit settings) 5. Off you go! If it doesn't work: ------------------- Remove the files again (don't forget the hidden file .htaccess). Voila. */ // remember: this URL should _NOT_ end with a slash. $CONF['Self'] = 'http://www.momoso-net.com/~ms08'; ?>
2005-12-14: レスポンスが低下
最近BLOGのコメント書き込みに時間がかかるようだ。原因を調査します。メールのログをみるとDoCoMoあてのメールがこんなの吐いていた。
Dec 15 16:02:23 localhost sm-mta[16756]: jBF6ZZ6s016411: to=
「ネットワークは届かない」ってどういうこと?
phpもこんなの待つのかねー だからタイムアウトの60秒かかるのでしょう。
またまた
Dec 19 13:11:24 localhost sendmail[30132]: My unqualified host name (localhost) unknown; sleeping for retry
Dec 19 13:12:24 localhost sendmail[30132]: unable to qualify my own domain name (localhost) -- using short name
sendmailがこんなエラーを吐いていたのも原因の一つかもしれません。なんか短いのがきらいみたい。そこで
hostsファイルをきちっと長くしました。こんな感じに。
127.0.0.1 localhost.localdomain localhost
Category: BLOG/Nucleus No Trackbacks