[[mami3インストール]]
** WEB Server を入れる [#p184db81]
[root@dhcp241 sekigawa]# yum -y install httpd
[root@mami sekigawa]# vi /etc/httpd/conf/httpd.conf
DirectoryIndex index.html index.cgi index.php
[root@mami sekigawa]# systemctl start httpd
[root@mami sekigawa]# systemctl enable httpd