Skip to content

Commit 16547c5

Browse files
committed
add instructions to locate log error files
1 parent af6a2be commit 16547c5

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

docs/book/v1/faq.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,25 @@ chmod -R 777 public/uploads
9999
chmod -R 777 log
100100
```
101101

102+
## Where are the error log files?
103+
104+
From time to time, you are encountering various errors which are not displayed. Or you can get errors 500 in browser.
105+
106+
In order to find the error messages, you need to read the error log files.
107+
108+
### Apache log files
109+
110+
```text
111+
/var/log/httpd/error_log
112+
```
113+
114+
### PHP-FPM log files
115+
116+
```text
117+
/var/log/php-fpm/error.log
118+
/var/log/php-fpm/www-error.log
119+
```
120+
102121
## How do I create command aliases?
103122

104123
From either your terminal or file explorer, navigate to your home directory (`/home/<your-username>/`).

wsl/os/almalinux9/FAQ.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,25 @@ chmod -R 777 public/uploads
9999
chmod -R 777 log
100100
```
101101

102+
## Where are the error log files?
103+
104+
From time to time, you are encountering various errors which are not displayed. Or you can get errors 500 in browser.
105+
106+
In order to find the error messages, you need to read the error log files.
107+
108+
### Apache log files
109+
110+
```text
111+
/var/log/httpd/error_log
112+
```
113+
114+
### PHP-FPM log files
115+
116+
```text
117+
/var/log/php-fpm/error.log
118+
/var/log/php-fpm/www-error.log
119+
```
120+
102121
## How do I create command aliases?
103122

104123
From either your terminal or file explorer, navigate to your home directory (`/home/<your-username>/`).

0 commit comments

Comments
 (0)