Topics related to apache logs location windows
Logging in Apache More about it
The Apache access logs stores information about events that occurred on your #Apache web #server. Apache web servers also provide administrators with another type of log file called error logs.
The Apache error log has a logging level that filters the messages sent to the log. Apache #logs nothing for a single page request in warn level.
This log file is used to provide more information regarding a particular error that has occurred on the web server.
By default, you can find the Apache #access log file at the following path:
i. /var/log/apache/access. log.
ii. /var/log/apache2/access. log.
iii. /etc/httpd/logs/access_log.
To enable the Apache #HTTP access logs:
1. Open the Apache HTTP configuration at /Applications/MAMP/conf/apache/httpd.conf.
2. Find this line.
3. Change the line.
4. Restart Apache using the MAMP widgit.
5. Now, view your new logfiles!