Apache的logs資料夾當中,有三個log檔:
access.log
error.log
install.log
另外,在這個資料夾當中還有一個httpd.pid檔,這是記錄httpd啟動時的主行程(process)ID號碼,這樣httpd可以知道自己的PID以管理自己的處理程序。