こんにちわ。 職人見習いの小森です。 前回はLAMP(4)設定・動作確認でPHP関連の動作確認を行いました。 今回はphpとApacheの設定を変更します。 Apacheの設定を変更します。 # vi /etc/httpd/conf/httpd.conf ServerTokens Prod Options Includes ExecCGI FollowSymLinks AllowOverride All ServerSignature Off Options MultiViews phpの設定を変更します。 #vi /etc/php.ini default_charset = none output_buffering = Off output_handler = none mbstring.detect_order = UTF-8,EUC-JP,SJIS,JIS,ASCII mbstri