php file_get_contentsでのエラー php

php file_get_contentsでのエラー

  2014-06-29 09:41:41

<VirtualHost> directive requires additional argumentsのエラーでたよ Apache

apache起動で以下のエラー
<VirtualHost> directive requires additional arguments
サイトの指定する箇所で間違ってたのが原因

<VirtualHost xxx.xxx.xxx.xxx>
とIPアドレスの指定がいるのに
<VirtualHost>
としてた。
<b

  2014-06-23 08:07:44

Fatal error: Call to undefined function mb_language()のエラー対応 php

以下のエラーが発生
# Fatal error: Call to undefined function mb_language()

php-mbstringをインストールしたらうまくいったよ
# yum install php-mbstring

  2014-06-23 04:31:37