config
검색
전체 텍스트 결과: 자주쓰는 아파치 설정사항 정리 6 조회 수 , 마지막으로 수정됨: 13개월 전 가한다.
<code apache>
# system-specific logs may be config ured here
/usr/local/apache/log/www.dbakorea.pe.kr... d-in modules:
http_core.c
mod_env.c
mod_log_config .c
mod_mime.c
mod_negotiation.c
mod_status.c... ck"
-D DEFAULT_ERRORLOG="logs/error_log"
-D TYPES_CONFIG _FILE="conf/mime.types"
-D SERVER_CONFIG _FILE="conf/httpd.conf"
-D ACCESS_CONFIG _FILE="conf/access.conf"
- httpd.conf 수정해서 할 수 있는 것 2 조회 수 , 마지막으로 수정됨: 13개월 전 7.5 폴더로 이동
<code bash>
# http를 yum(자동설치)한 경우
# ./config ure --with-apxs=/usr/sbin/apxs
./config ure
make
make install
</code>
까지 하면 자동으로 설치된다. 컴파일해서 설치하는게 싫어도
문서 도구