Categories:
Administration (160)
Adware Spyware (39)
Apache (20)
Bluetooth (127)
DOS Commands (2)
General (5)
Internet Connection (21)
Internet Explorer (222)
Media Center (14)
Media Player (135)
Mozilla Firefox (22)
MS Access (9)
Performance (204)
PHP (25)
Programming (36)
Security (111)
Silverlight (22)
Tips (144)
Tools (311)
Tutorials (42)
Windows 10 (122)
Windows 7 (1477)
Windows 8 (1613)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Vista (71)
Windows XP (23)
Tutorial Collections:
Other Resources:
Reviewing Apache Server Log Files
Where are Apache server log files located?
✍: FYIcenter
1. Open File Explorer and go to C:\Program Files\Apache Software Foundation\Apache2.2.
2. Go to subdirectory: .\logs. You should see 4 files:
access.log - Records every page access request. error.log - Records Apache server notices and errors. httpd.pid - Records the process id of Apache server. install.log - Records installation information.
3. Open access.log with "notepad". You should see some lines like this:
127.0.0.1 - - [...] "GET / HTTP/1.1" 200 44 127.0.0.1 - - [...] "GET /my_first.html HTTP/1.1" 200 65 127.0.0.1 - - [...] /my_first.php HTTP/1.1" 200 62 ...
4. Open error.log with "notepad". You should see some lines like this:
[...] [notice] Apache/2.2.3 (Win32) configured -- resumi... [...] [notice] Server built: Jul 27 2006 16:49:49 [...] [notice] Parent: Created child process 3980 [...] [notice] Child 3980: Child process is running [...] [notice] Child 3980: Acquired the start mutex. [...] [notice] Child 3980: Starting 250 worker threads. [...] [notice] Child 3980: ...listen on port 8080.
access.log and error.log contain important information for troubleshooting Apache server configuratin issues.
2006-12-09, 17625👍, 0💬
Popular Posts:
What is "Net.Tcp Listener Adapter" in my Windows 7 service list? And how is "Net.Tcp Listener Adapte...
What is "Net.Msmq Listener Adapter" in my Windows 7 service list? And how is "Net.Msmq Listener Adap...
How to download Mozilla FireFox 2? If you want to try Mozilla FireFox 2, you can follow this tutoria...
What is AccelerometerSt.exe process - Hp Accelerometer System Tray? Process AccelerometerSt.exe is t...
What is YTBSDK.exe - Symantec YTB Status Server - Norton Internet Security? YTBSDK.exe is installed ...