Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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, 20630👍, 0💬
Popular Posts:
What is BTTray.exe - Process - Bluetooth Tray Application? Process BTTray.exe is Bluetooth Tray Appl...
What is the "Security Accounts Manager (SamSs)" system service on Windows Server 2008? Can I disable...
What is msdxm.ocx - Windows Media Player 2 ActiveX Control? msdxm.ocx is installed as an ActiveX Con...
How to configure Apache server to run PHP engine as a loaded module on Windows systems? If you have ...
Everytime when connect a USB device the volume lowers by 80% It happen with Soundblaster Audigy SE a...