#author("2016-07-05T20:36:21+09:00","default:wikiwriter","wikiwriter")
#author("2017-01-05T14:17:43+09:00","default:wikiwriter","wikiwriter")
[[CentOS]]

&tag(CentOS/PHP);
*目次 [#i7261bdf]
#contents
*関連ページ [#l5927e1c]
-[[CentOS6]]

*参考情報 [#n1ac1274]
-CentOS 6のPHPバージョンは5.3。remiを入れると5.4が入る。

*インストール [#mf0fd08b]
-以下のコマンドでインストールできる
 yum install php php-mysql php-mbstring php-gd
-mod_phpの設定は自動的に行われる。
-mod_phpの設定は自動的に行われる(CentOS 6の場合conf.d/php.confが自動的に作成される)。
#pre{{
<IfModule prefork.c>
  LoadModule php5_module modules/libphp5.so
</IfModule>
<IfModule worker.c>
  LoadModule php5_module modules/libphp5-zts.so
</IfModule>

#
# Cause the PHP interpreter to handle files with a .php extension.
#
AddHandler php5-script .php
AddType text/html .php

#
# Add index.php to the list of files that will be served as directory
# indexes.
#
DirectoryIndex index.php
}}

トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS