About 930,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. 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.

  4. How do I find where Apache keeps the log files? - Unix & Linux …

    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 …

  5. 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 …

  6. 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 …

  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. permissions - Ubuntu clear Apache2 error log - Ask Ubuntu

    Dec 5, 2015 · I can find my error log here in var/log/apache2/error.log. but i couldn't clear it. i tried to change the permission to edit the content. But couldn't achieve it.

  9. Saving Apache log files for more that 14 days - Ask Ubuntu

    Mar 26, 2020 · It seems that apache saves/compresses logs for 14 days. I see these log files now # ls access.log access.log.12.gz access.log.3.gz access.log.7.gz error.log.1 error ...

  10. Why does Apache give me a 401 Unauthorized? - Ask Ubuntu

    Apr 26, 2024 · I've set up Apache on a Linux home computer. I've also added a Samba network share to that machine. In Apache's Sites-Enabled conf directory, I have added a virtual host …