File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,6 +99,25 @@ chmod -R 777 public/uploads
9999chmod -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
104123From either your terminal or file explorer, navigate to your home directory (` /home/<your-username>/ ` ).
Original file line number Diff line number Diff line change @@ -99,6 +99,25 @@ chmod -R 777 public/uploads
9999chmod -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
104123From either your terminal or file explorer, navigate to your home directory (` /home/<your-username>/ ` ).
You can’t perform that action at this time.
0 commit comments