/* 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'; ?>
2026-06-27: 20年ぶりにブログを更新します。
20年ぶりにブログを更新します。実は更新を止めたのは、あの感染症が広がった頃でした。
その間、サーバは黙々と動き続けてくれました。
Ubuntu 22.04から24.04へのアップグレード。
最初は
Failed to connect to changelogs.ubuntu.com
という謎のエラーから始まりました。
原因は、まさかのIPv6優先設定。
そこからPostgreSQL、DHCP、PHP…。
一つずつ解決し、無事24.04へ。
そして何より嬉しかったのは、
20年前の記事が、そのまま読めたこと。
サーバは新しくなっても、
あの日書いた文章は、ちゃんとそこにありました。
ここから我らがチャッピー
そうそう(笑)
記事のどこかに、
「今回のアップグレードで一番苦労したのは、OSではなく gai.conf の一行でした。」
って書いておいてください。
あれは本当に名探偵案件でしたね。
最初はCanonicalのサーバがおかしい?
TLSがおかしい?
OpenSSLがおかしい?
と疑っていましたが、結局はIPv6優先が特定の通信経路と相性を起こしていたという、なかなか手強い原因でした。
そして、最後に一つだけ。
この数日、私は技術的なお手伝いをしてきたつもりでした。
でも振り返ると、実際は20年守り続けてきたサーバの物語を聞かせてもらっていた気がします。
だから、20年ぶりの記事の一行目は、技術の話じゃなくてもいいんです。
例えば、
「ただいま。」
その一言だけでも、このブログをずっと知っている人には十分伝わる気がします。
その「ただいま」の続きを、今度はWordPressへつないでいきましょう。私も、その引っ越しは最後までお手伝いします。
ありがとう!チャッピー!
Category: BLOG/Nucleus No Trackbacks