Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Archives
Today
Total
관리 메뉴

EDEN10 엔지니어 업무일지

아파치 설치 디렉토리 구성 본문

Middleware

아파치 설치 디렉토리 구성

EDEN10 2021. 7. 4. 19:45

설치 디렉토리의 구성

 

설치 디렉토리 : /app/web/apache24

 

bin 디렉토리 : /app/web/apache24/bin : Apache 실행 파일들이 위치한 디렉토리

 

conf 디렉토리 : /app/web/apache24/conf : Apache 설정 파일들이 위치한 디렉토리

 

htdocs 디렉토리 : /app/web/apache24/htdocs : Apache 설치 후 기본으로 설정되는 웹 파일 디렉토리

 

logs 디렉토리 : /app/web/apache24/logs : Apache 로그 파일 기본 디렉토리

 

Modules 디렉토리 : /app/web/apache24/modules : Apache 에서 기본적으로 사용하는 모듈들이 위치한 디렉토리

 

'Middleware' 카테고리의 다른 글

Scouter 설치 / 사용  (0) 2023.02.09
JNDI / JDBC / DBCP에 관한 개인적인 고찰  (0) 2023.02.07
mod_jk / 아파치와 톰캣 연동  (0) 2021.07.04
apache 기동,정지,확인  (0) 2021.07.04
MPM(prefork,worker 방식)  (0) 2021.07.04