LoginSignup
2
3

More than 5 years have passed since last update.

Apache&PHPインストール

Last updated at Posted at 2013-11-20
# yum install httpd
# yum install php
# yum install php-mbstring
# yum install php-mysql
# yum install php-pgsql
# chkconfig httpd on
# /etc/rc.d/init.d/httpd start
/var/www/html/info.php
<?php phpinfo() ?>

http://HOST/info.php にアクセスしてPHPの情報が表示されればOK。

環境

CentOS6.4 (さくらのVPS)
Apache2.2.15
PHP5.3.3

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3