在AWS上建立Apache和PHP

成为根本

在安装时使用root权限进行安装。

$ sudo -i

安装 Apache

$ yum install httpd -y

Apache配置

・自动启动设置

$ chkconfig httpd on

・时区设置

$ cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime

・编辑设置文件

$ sudo vim /etc/httpd/conf/httpd.conf
登録ホスト名
ServerName www.example.com:80 → ServerName localhost:80

• 启动和连接确认

$ sudo service httpd start
$ sudo service httpd status

请检查自己所使用的服务器的公共DNS。
http://ec2-54-65-76-79.ap-northeast-1.compute.amazonaws.com/
如果显示Apache页面,则表示一切正常。

安装PHP

添加epel仓库

$ wget http://ftp-srv2.kddilabs.jp/Linux/distributions/fedora/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
$ sudo rpm -ivh epel-release-7-5.noarch.rpm

・添加 Remi 存储库

$ wget http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
$ sudo rpm -ivh remi-release-7.rpm

安装PHP

$ sudo yum -y --enablerepo=remi install php

重新启动Apache

$ sudo service httpd restart

PHP的配置

让我们随意调整以下配置文件。

$ sudo vim /etc/php.ini
广告
将在 10 秒后关闭
bannerAds