Apache 썸네일형 리스트형 apache conf 파일 Apache 의 httpd.conf 파일에 대한 분석 This file : apache2.conf ### Section 1: Global Environment # Do NOT add a slash at the end of the directory path. # # 아파치가 설치된 루트경로(경로의 마지막에 "/"를 붙이지 마라고 되어 있네요) ServerRoot "/etc/apache2" # # The accept serialization lock file MUST BE STORED ON A LOCAL DISK. # LockFile ${APACHE_LOCK_DIR}/accept.lock # # PidFile: The file in which the server should record its process.. 더보기 이전 1 다음