Changes between Initial Version and Version 1 of Ticket #68596
- Timestamp:
- Oct 31, 2023, 3:53:57 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68596 – Description
initial v1 10 10 11 11 But when I just run redis-server (without sudo redis-server) and later want to shut it down, I got the error "Failed opening the temp RDB file temp-8712.rdb (in server root dir /opt/local/var/log/nginx) for saving: Permission denied." Why does Redis need to write log into dir /opt/local/var/log/nginx? 12 13 14 My second question is do I need to run nginx with sudo ngixn? When I run all other tool installed by port I don't need to run them with sudo.