2005年03月31日
LinkStation Webサーバ(Apache)
Apacheのインストールから最低限の設定まで。
Virtualドメイン化の設定とかは後で。。。
- パッケージのインストール
# apt-get install apache - mod_mime_magic 対策
# mkdir /etc/apache/share
# cp /usr/share/doc/apache/examples/magic.gz /etc/apache/share
# cd /etc/apache/share
# gunzip magic.gz - 文字化け対策
/etc/apache/httpd.confの AddDefaultCharset on をコメントアウトする - ホスト名を指定
/etc/apache/httpd.confの ServerName ディレクティブを設定 - 設定を反映させるために Apache の再起動
# /etc/init.d/apache reload
- by
- at 22:41









