What is access_log in apache , what entries are recored in access_log ? Where is default location of this file ?

Q

What is access_log in apache , what entries are recored in access_log ? Where is default location of this file ?

✍: Guest

A

access_log in Oracle Application Server records all users accessing oracle applications 11i. This file location is defined in httpd.conf with default location at $IAS_ORACLE_HOME/Apache/Apache/logs. Entries in this file is defined by directive LogFormat in httpd.conf Typical entry in access_log is
198.0.0.1 - - [10/Sep/2006:18:37:17 +0100] "POST /OA_HTML/OA.jsp?.... HTTP/1.1" 200 28035
where 200 is HTTP status code and last digits 28035 is bytes dowloaded as this page(Size of page)

2011-11-12, 2834👍, 0💬