목록build options (2)
준호씨의 블로그
서버를 재 구축 해야 된다거나 등의 이유로 아파치 빌드 옵션을 확인 해야 될 때가 있다. 그 방법을 정리 해 본다. 아파치가 설치 된 디렉토리로 이동 한다. /usr/local/Cellar/httpd24/2.4.23_2 build 디렉토리로 들어간다. cd build config.nice 파일을 열어 본다. $ cat config.nice #! /bin/sh # # Created by configure CC="clang"; export CC "./configure" \ "--enable-layout=Homebrew" \ "--enable-mods-shared=all" \ "--enable-unique-id" \ "--enable-ssl" \ "--enable-dav" \ "--enable-cache" \..
change directory to your apache directory /usr/local/Cellar/httpd24/2.4.23_2 then go to build directory cd build see the config.nice file $ cat config.nice #! /bin/sh # # Created by configure CC="clang"; export CC "./configure" \ "--enable-layout=Homebrew" \ "--enable-mods-shared=all" \ "--enable-unique-id" \ "--enable-ssl" \ "--enable-dav" \ "--enable-cache" \ "--enable-logio" \ "--enable-defla..