About 208,000 results
Open links in new tab
  1. Where are Apache file access logs stored?

    210 Does anyone know where file access logs are stored, so I can run a tail -f command in order to see who is accessing a particular file. I have XAMPP, which is an Apache server installed …

  2. 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.

  3. How do I find where Apache keeps the log files?

    3 Look in your apache config for the string ErrorLog. Usually there's one for the Apache process itself. Each VirtualHost can also define its own log files so check those as well. If the …

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

    Nov 2, 2024 · This answer is specific to the apache web server log file. From a real log file, an example one was created, including specific lines that challenged some of the answers …

  5. server - Can't access apache error logs - Ask Ubuntu

    You need to go to /var/log/apache2. If you dont have the rights to enter the folder, open a root terminal. do sudo -i and the go to cd /var/log/apache2 and take a look at the files there.

  6. How to manage error_log and access_log of apache?

    When the expanded filename changes, the current file is closed and a new one opened. cronolog is intended to be used in conjunction with a Web server, such as Apache, to split the access …

  7. How do I limit the number of apache log files - Ask Ubuntu

    Nov 7, 2021 · The archiving of the log files is probably not done by the Apache httpd server itself, but by a separate tool like logrotate. You may want to look into your configuration of logrotate …

  8. logrotate - How to avoid apache reload when rotating logs? - Unix ...

    The reason that apache needs a reload is that once it's opened a file, it gets a filehandle to it, and it will keep writing to that filehandle. When you move the file, it doesn't see that, it just keeps …

  9. php - apache2 error.log file size - Ask Ubuntu

    Nov 11, 2024 · You can limit the size of the logs. The Apache logs are rotated by logrotate. Edit /etc/logrotate.d/apache2 if you want to change the Apache logrotate configuration. If you want …

  10. I always get "No such file or directory: apache2: could not open …

    No such file or directory: apache2: could not open error log file /etc/apache2/$ apache_log_dir /error.log This meas, I should have a path like this /etc/apache2/var/log/apache2/ but in …