cloud9(EC2)でhttpd.confの場所を確認

xxxxxx:~ $ httpd -V
Server version: Apache/2.4.54 (Amazon)
Server built:   Jun 30 2022 11:28:47
Server's Module Magic Number: 20120211:124
Server loaded:  APR 1.6.3, APR-UTIL 1.5.4, PCRE 8.21 2011-12-12
Compiled using: APR 1.6.3, APR-UTIL 1.5.4, PCRE 8.21 2011-12-12
Architecture:   64-bit
Server MPM:     prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/etc/httpd"
 -D SUEXEC_BIN="/usr/sbin/suexec"
 -D DEFAULT_PIDLOG="/var/run/httpd/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="conf/mime.types"
 -D SERVER_CONFIG_FILE="conf/httpd.conf"
 
 

 

 -D HTTPD_ROOT="/etc/httpd"

の下の

 -D SERVER_CONFIG_FILE="conf/httpd.conf"