Changes between Version 1 and Version 4 of Ticket #68596


Ignore:
Timestamp:
Oct 31, 2023, 10:49:35 AM (11 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #68596

    • Property Status changed from new to assigned
    • Property Cc dgilman added
    • Property Keywords nginx redis removed
    • Property Owner set to Schamschula
    • Property Port redis added
  • Ticket #68596 – Description

    v1 v4  
    33After installing Nginx, when started it, I got the error because the directory /opt/local/var/log/nginx is owned by root.
    44
     5{{{
    56% nginx
    67nginx: [alert] could not open error log file: open() "/opt/local/var/log/nginx/error.log" failed (13: Permission denied)
    782023/10/31 11:28:09 [emerg] 8608#0: mkdir() "/opt/local/var/run/nginx/client_body_temp" failed (13: Permission denied)
     9}}}
    810
    911So I run nginx with sudo nginx.