2024年11月23日 | ノート定期点検 |
2024年1月22日 | セゾンゴールドアメックスカードの変化 |
2024年11月20日 | DS-C480W購入 |
2024年11月18日 | EOS R7ファームウエアアップデート |
2024年11月17日 | PX-M730Fのシアンインク交換 |
2024年10月19日 | 腕時計のファームウエア |
2024年10月5日 | RF-S 10-18mm F4.5-6.3 IS STM購入 |
2024年10月3日 | 三菱UFJニコスカード到着 |
2024年9月28日 | 三菱UFJニコスカード申込 |
2024年9月23日 | 第10世代iPad購入 |
FreeBSD 5.2.1にApache 2.0.50をインストール。
Since 2.0.49_2, to run apache www server from startup, add apache2_enable="YES" in your /etc/rc.conf. Available variables you add/set to /etc/rc.conf. - apache2_enable (bool): Set to "NO" by default. Set it to "YES" to enable apache2. - apache2ssl_enable (bool): Set to "NO" by default. Set it to "YES" to start apache with SSL (ifexists in httpd.conf). - apache2limits_enable (bool):Set to "NO" by default. Set it to yes to run `limits $limits_args` just before apache starts. - apache2_flags (str): Set to "" by default. Extra flags passed to start command. - apache2limits_args (str): Default to "-e -C daemon" Arguments of pre-start limits run.
*************************************************************** Make sure index.php is part of your DirectoryIndex. You should add the following to your Apache configuration file: AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps ***************************************************************
AddDefaultCharsetをコメントアウト。 こうしておかないと、 AH-K3001VでHyper Nikki Systemにアクセスしたとき文字化けするのだ。
古いURLから新しいURLへのガイド役として、 metaエレメントのrefreshを使っていた。 こいつは人間が見る分にはいいのだが、 リターンコードが200なのでプログラムからだとまず引っ越ししたことがわからない。 で調べてみたところ、 apacheではRedirectディレクティブを使うことでコード301、 permanent movedを返せるようだ。 ただこれだといきなりスパーンとリダイレクト先が表示されてしまう。 今度は引っ越ししたことが人間にわかりにくくなってしまう。 まあhttp的にはこのほうが正しいのだろうけれど。
サーバーを入れ替えたので、 それに伴ってOSからソフトウェアから一新である。 apacheも2.0.59から2.2.6になった。 設定ファイルがいろいろと分割されているが、 まあわかりやすい名前なので大丈夫だった。