เซิร์ฟเวอร์ Apache จะบันทึกคำขอที่เข้ามาทั้งหมดและคำขอทั้งหมดที่ประมวลผลเป็นไฟล์บันทึก รูปแบบของบันทึกการเข้าถึงสามารถกำหนดค่าได้อย่างมาก ตำแหน่งและเนื้อหาของบันทึกการเข้าถึงถูกควบคุมโดยคำสั่งของ CustomLog ตำแหน่งไฟล์บันทึกการเข้าถึง apache เริ่มต้น:
ตำแหน่งการเข้าถึงไฟล์ RHEL / Red Hat / CentOS / Fedora Linux Apache -
/var/log/httpd/access_log
ตำแหน่งล็อกไฟล์การเข้าถึง Debian / Ubuntu Linux Apache -
/var/log/apache2/access.log
ตำแหน่งไฟล์บันทึกการเข้าถึงของ FreeBSD Apache -
/var/log/httpd-access.log
ในการค้นหาตำแหน่งไฟล์บันทึก apache ที่แน่นอนคุณสามารถใช้คำสั่ง grep:
# grep CustomLog /usr/local/etc/apache22/httpd.conf
# grep CustomLog /etc/apache2/apache2.conf
# grep CustomLog /etc/httpd/conf/httpd.conf
ตัวอย่างผลลัพธ์:
# a CustomLog directive (see below).
#CustomLog "/var/log/httpd-access.log" common
CustomLog "/var/log/httpd-access.log" combined
/var/log
แต่บางระบบมีที่อื่น