APACHE 설치 /configure --prefix=/usr/local/apache --enable-moduels=all --enable-so --enable-rewrite --enable-mods-shared --enable-unique-id --enable-ssl PHP 설치 ./configure --with-apxs2=/usr/local/apache/bin/apxs ‘ 아파치 설치 위치 --with-mysql=/usr/local/mysql/ ‘ mysql 데이터베이스 위치 --with-gd ‘그래픽 라이브러리 --with-freetype-dir=/usr/lib ‘문자를 그래픽으로 변환 하는 라이브러리‘ --with-zlib-dir=/usr/lib ‘압축 라이브러리 --with-jpeg-dir=/u..