2009/07/25 Wifky導入履歴

Wifky導入履歴

バージョンアップ

  • wifky.pl を入れ替えるだけ。
  • ファイルパーミッションは 755 (-rwxr-xr-x) のまま。
  • KIWI の perl のパスは場合はメンバーページ(MOA)では /usr/local/bin/perl と説明しており、実際にその通りなので /usr/local/bin/perl (wifky_local.pl) を wifky.pl にリネームして入れ替えればよいが、/bin/perl -> /usr/bin/perl でも通るので /usr/bin/perl (wifky_usrbin.pl) の方を使ってもよいかも。

導入

インストール

  1. Wifky FrontPage ( http://hpcgi2.nifty.com/hayamatta/wifky.pl ) のご案内にしたがいダウンロード。
  2. 自分のホームページのサーバにアップロード。
  3. ソースコードは修正するところなし。

プロバイダ (KIWI Internet http://kiwi.ne.jp/ )での留意点

  • perlは問題なく利用できる。その他「よくある質問」の案内通り。( http://home.kiwi.ne.jp/moa/faq/faq_q/faq04.html#q04a03 )
    • cgi実行ファイルのパーミッションは755でOK。
    • cgi設置ディレクトリのパーミッションも755にする。(owner以外に書き込み権限を設定すると「500 Internal Server Error」となる。)
--(y:2005-11-12)a

CSS

/* Header緑 h2-4ピンク */
div.header { background-color: #AEFF35; font-style: italic; font-size: medium; } div.main { font-size: medium; margin-left: 5%; margin-right: 5%; } div.body { font-size: medium; } h1 { background-color: #60FF00; font-size: large; } h2 { background-color: #FF7575; font-size: large; } h3 { background-color: #FF7575; font-size: large; } h4 { background-color: #FFA4A4; font-size: medium; } h5 { background-color: #FFC8C8; font-size: medium; } dd { margin-left: 2%; margin-right: 2%; } /* ol { background-color: #FAFAD2; } ul { background-color: #FAFAD2; } li { background-color: #FAFAD2; } */ pre { background-color: #FFFFA4; } comment { background-color: #FFCC33; font-size: x-small; }

/* Headerピンク Body緑 */
/* div.header { background-color: #FFB6C1; font-style: italic; font-size: small; margin-left: 5%; margin-right: 5%; } div.main { background-color: #98FB98; font-size: small; margin-left: 5%; margin-right: 5%; } div.body { background-color: #98FB98; font-size: x-small; } h1 { font-size: medium; } h2 { font-size: small; } h3 { font-size: small; } dl { background-color: #98FB98; } dd { background-color: #FAFAD2; margin-left: 2%; margin-right: 2%; } ol { background-color: #FAFAD2; margin-left: 2%; margin-right: 2%; } ul { background-color: #FAFAD2; margin-left: 2%; margin-right: 2%; } li { background-color: #FAFAD2; margin-left: 2%; margin-right: 2%; } pre { background-color: #FFFFFF; margin-left: 2%; margin-right: 2%; font-size: small; } comment { background-color: #FFCC33; font-size: x-small; } */

コメント

このブログの人気の投稿

systemd-resolveの設定(Ubuntuなどの動的DNS設定)

GRUB起動メニューのタイムアウト時間、起動するOSの変更

Salesforce Trailheadチャレンジメモ(Apex の基礎とデータベース)