nuulog

私的なメモ

Apache

firewall-cmd http 穴あけ

動いているか、有効なモノを確認 # firewall-cmd --state running # firewall-cmd --list-services dhcpv6-client ssh http を追加 # firewall-cmd --add-service=http success # firewall-cmd --list-services dhcpv6-client http ssh

LAMP(Apache+MariaDB+PHP) 構築メモ

LAMP(Apache+MariaDB+PHP)をインストール phpをインストール # yum -y install php-mysql php php-gd php-mbstring # php --version PHP 5.4.16 (cli) (built: Jun 23 2015 21:17:27) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.4.0, Copyright …