Changes between Version 1 and Version 4 of Ticket #68596
- Timestamp:
- Oct 31, 2023, 10:49:35 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68596
-
Property
Status
changed from
new
toassigned
- Property Cc dgilman added
- Property Keywords nginx redis removed
- Property Owner set to Schamschula
- Property Port redis added
-
Property
Status
changed from
-
Ticket #68596 – Description
v1 v4 3 3 After installing Nginx, when started it, I got the error because the directory /opt/local/var/log/nginx is owned by root. 4 4 5 {{{ 5 6 % nginx 6 7 nginx: [alert] could not open error log file: open() "/opt/local/var/log/nginx/error.log" failed (13: Permission denied) 7 8 2023/10/31 11:28:09 [emerg] 8608#0: mkdir() "/opt/local/var/run/nginx/client_body_temp" failed (13: Permission denied) 9 }}} 8 10 9 11 So I run nginx with sudo nginx.