About 47,400 results
Open links in new tab
  1. Where are the Apache and PHP log files? - Ask Ubuntu

    I've installed Apache, PHP, and MySQL on Ubuntu 10.10 desktop edition, and it's working fine. Except I have no clue where to look for Apache or PHP log files.

  2. Apache in Docker: How do I "access.log"? - Server Fault

    Mar 15, 2016 · Learn how to configure Apache in Docker to access and manage log files effectively.

  3. Apache Error Log Analyzer -- Which is Best? - Server Fault

    Feb 17, 2011 · as my Apache logs are not that big now, I'm reading them manually, using less or zless (for compressed logs). This is certainly not the best method, but it suits me for now. For …

  4. How do I grep server logs for IP adresses? - Ask Ubuntu

    Nov 2, 2024 · I want to grep and count IP addresses from a servers log file. So how do I grep and count server IP addresses from a webservers log - file to get to know from how many different …

  5. How to watch logs in real time via Terminal? - Server Fault

    Oct 19, 2010 · 1 This is a basic question - in the movie "The Social Network" there are several scenes when the young Facebook staff is watching the PHP/Apache server logs on in their …

  6. apache2 - Detect intrusion with Apache log (IDS) - Ask Ubuntu

    2 There is a application named as Apache-scalp. It is a Apache log analyzer . Scalp! is a log analyzer for the Apache web server that aims to look for security problems. The main idea is to …

  7. httpd - How to debug an Apache 404? - Server Fault

    Sep 13, 2019 · Another one is to customize your log, inserting the virtualhost using the LogFormat masks (%v, for instance, to log the respective virtualhost). The problem with this method is …

  8. How to track traffic on my server in real time? - Ask Ubuntu

    Page hits are realtime logged in the apache log that you have configured. You can either scan that file for number of lines matching your time period, or you can use some like piwik for your …

  9. Apache log analyzer that shows client location - Server Fault

    Oct 31, 2009 · Does anyone know of a tool that will analyze an Apache access log and show the location of each client that accessed the site, ideally showing city, state and country on a map …

  10. Apache internal dummy connections - Server Fault

    In my Apache access log I have more than 10 million of such queries: ::1 - - [21/Nov/2011:16:15:54 +0000] "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.2.15 (Unix) …