# yum install apache
# yum install httpd-devel -y
# updatedb
# locate apxs
++++++++++++++++++++++++++++++
/usr/sbin/apxs
/usr/share/man/man8/apxs.8.gz
++++++++++++++++++++++++++++++
後々 PHPをインストールするつもりなので、apxs の場所をメモ。
# yum install apache
# yum install httpd-devel -y
# updatedb
# locate apxs
++++++++++++++++++++++++++++++
/usr/sbin/apxs
/usr/share/man/man8/apxs.8.gz
++++++++++++++++++++++++++++++
後々 PHPをインストールするつもりなので、apxs の場所をメモ。