忍者ブログ

[PR]

2025年01月18日 ()
×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

install php from yum (CentOS5.2)

2008年12月31日 (linux)

phpインストール

httpd(apache2)はデフォルトでインストールされていた.
phpインストール.

# yum install php.i386
  • php.i386-5.1.6-20.el5_2.1
  • php-cli.i386-5.1.6-20.el5_2.1
  • php-common.i386-5.1.6-20.el5_2.1

がインストールされる.

httpd.conf編集

/etc/httpd/conf/httpd.confを編集し,phpのモジュールをロードするようにする.
適当な位置に,

LoadModule php5_module modules/libphp5.so

を追記.
さらに適当な位置に,

AddType    application/x-httpd-php .php
AddType    application/x-httpd-php-source .phps

を追記.
さらに行

DirectoryIndex    index.html index.html.var

を,

DirectoryIndex    index.html index.php

に変更.

テスト

/etc/httpd/conf/httpd.conf

DocumentRoot "/var/www/html"

となっていたので,

# cat >/var/www/html/phpinfo.php
<html>
<body>
<?php
phpinfo();
?>
</body>
</html>
# 

この状態でIPアドレスを調べて

# ifconfig

ブラウザでhttp://xxx.xxx.xxx.xxx/phpinfo.phpにアクセス.
phpの情報が表示されればOK.
※xxxは任意の数字.

PR
Comment
No title
遊びにきたよ!
あいかわらず黒いね(笑)

LinuxのCIPSは活用させてもらうかもです。
  Vodafone絵文字 i-mode絵文字 Ezweb絵文字