OracleLinux8.6 OracleLinux8.6 :WEBサーバー(Apache)インストール
1.Apache2のインストールとバーチャルホスト設定1.1 Apache2インストール①httpdをインストール# dnf -y install httpdバージョン確認2. CGIスクリプトの利用確認①CGIの利用可確認# grep -n "^ *ScriptAlias" /etc/httpd/conf/httpd.conf3. PHPのインストールと設定1.PHPインストール①インストール# dnf -y install php php-mbstring php-pear
