Skip to main content

apache2 컴파일 정보 확인

아파치 컴파일했던 정보 확인할때.
(아파치는 /usr/local/apache2에 설치되었다는 가정하에.)

[ root@localhost ~]# cat /usr/local/apache2/build/config.nice
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/usr/local/apache2" \
"--enable-mods-shared=all" \
"--enable-modules=shared" \
"--enable-rewrite" \
"--enable-ssl" \
"--with-ssl" \
"--with-mpm=prefork" \
"$@"