How to Check Apache Access & Error Log Files in Ubuntu Server?
This post will give you example of how to see apache error log & access log in ubuntu. you can see apache access log file ubuntu. This tutorial will give you simple example of apache error log location ubuntu. this example will help you apache server error log location ubuntu. Let's see bellow example how to see apache logs in ubuntu.
Sometime your website show unknown error and you don't know what is error that. so that time you need to must check logs file in server. if you are using ubuntu server like ubuntu 21.10, ubuntu 21.04, ubuntu 20.04, ubuntu 18.04 and ubuntu 16.04 server, then i will help you how to check apache2 access log and error log files and you can solved your issue.
Apache Access & Error Log Files Location
Here, i give you following command for apache2 log file. so let's run in your server and let's see:
cd /var/log/apache2
Then, next run ls command:
ls
you will find list of error and access log files as like bellow:
See Apache Error Log File:
You can direct use following command to see error log file:
cat /var/log/apache2/error.log
Output:
See Apache Access Log File:
You can direct use following command to see access log file:
cat /var/log/apache2/access.log
Output:
I hope it can help you...
Hardik Savani
I'm a full-stack developer, entrepreneur and owner of ItSolutionstuff.com. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.
We are Recommending you
- How to Restrict/Block IP Address in Apache Ubuntu?
- How to Install Laravel in Ubuntu Server?
- How to Set Up Password Authentication with Apache in Ubuntu?
- How to Install Composer in Ubuntu Server?
- How to Install Apache PHP MySQL and Phpmyadmin on Ubuntu?
- How to Change PHP Version in Ubuntu Server?
- How to Install Phpmyadmin in Ubuntu Server?
- How to Install MySQL in Ubuntu Server?
- How to Install PHP in Ubuntu Server?
- How to Install Apache Web Server on Ubuntu Server?
- Apache Reverse Proxy with Authentication Example
- How to Enable Apache mod_rewrite Module in Ubuntu?