2008年4月13日日曜日

DomU www01の設定

■www01に導入するものと手順

# yum install httpd httpd-devel php perl
# yum install ImageMagick-perl
# perl -MCPAN -e shell
## install Jcode

○apacheの設定
バーチャルホストベースでwww01を作ります。httpd.confを適切に編集する。

○PHPの追加インスコ
yum install php-mysql php-pear php-mbstring php-mcrypt

○PHPの設定
#vi /etc/php.ini
↓以下変更点
output_buffering = Off
zlib.output_compression = Off
memory_limit = 64M
post_max_size = 80M
upload_max_filesize = 20M
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = SJIS
mbstring.detect_order = auto
mbstring.substitute_character = none;

※ad01は以下のとおり。
output_buffering = Off
zlib.output_compression = Off
register_argc_argv = On
mbstring.internal_encoding = EUC-JP
mbstring.http_input = auto
mbstring.http_output = SJIS
mbstring.detect_order = auto
mbstring.substitute_character = none;

あと、DBホストを設定変更しとこうね。

0 件のコメント: