728x90
The stream or file "/var/www/html/storage/logs/laravel.log" could not be opened in append mode: Failed to open stream: Permission denied The exception occurred while attempting to log: The stream or file
오류가 나서 확인해보니 권한 문제인 거 같아서
# chmod 777 -R storage 명령어 실행 (해당 폴더에서 실행)
근데 권한을 모두 부여하는 것은 안좋으므로 다른 방법 대안 필요
728x90
'Linux > Rocky Linux' 카테고리의 다른 글
이전까지의 잘못된 거와 제대로 된 실행 (0) | 2023.06.14 |
---|---|
Rocky Linux : 포트포워딩과 도커를 이용해서 외부에서 내부 사이트 들어오기 (0) | 2023.06.14 |
Rocky Linux : Docker 설치, Docker-Compose 설치 (라라벨 설치하기 위한 단계) (0) | 2023.06.13 |
Rocky Linux : Composer 설치 (0) | 2023.06.13 |
Rocky Linux : 방화벽 (Firewall) (0) | 2023.06.12 |