"/etc/apache2/conf-enabled/other-vhosts-access-log.conf"의 두 판 사이의 차이

(새 문서: ;/etc/apache2/conf-enabled/other-vhosts-access-log.conf ==내용== <source lang='autoconf'> # Define an access log for VirtualHosts that don't define their own logfile CustomLog ${AP...)
 
 
1번째 줄: 1번째 줄:
;/etc/apache2/conf-enabled/other-vhosts-access-log.conf
;/etc/apache2/conf-enabled/other-vhosts-access-log.conf
;/etc/apache2/conf-available/other-vhosts-access-log.conf


==내용==
==내용==
17번째 줄: 18번째 줄:


[[분류: /etc/apache2/conf-enabled]]
[[분류: /etc/apache2/conf-enabled]]
[[분류: /etc/apache2/conf-available]]
[[분류: .conf]]
[[분류: .conf]]

2015년 9월 22일 (화) 18:50 기준 최신판

/etc/apache2/conf-enabled/other-vhosts-access-log.conf
/etc/apache2/conf-available/other-vhosts-access-log.conf

1 내용[ | ]

# Define an access log for VirtualHosts that don't define their own logfile
CustomLog ${APACHE_LOG_DIR}/other_vhosts_access.log vhost_combined

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

2 같이 보기[ | ]