You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx support log-file rotation using the USR1 signal (kill -USR1 ).
first BUG :
This is not honored by mod_security and its audit log.
Using the HUP signal seems to partialy work.
second BUG :
After rotating (mv audit.log audit.log.old) the audit log file and doing a HUP kill on the process, I still see opened file for the old files :
Nginx support log-file rotation using the USR1 signal (kill -USR1 ).
first BUG :
This is not honored by mod_security and its audit log.
Using the HUP signal seems to partialy work.
second BUG :
After rotating (mv audit.log audit.log.old) the audit log file and doing a HUP kill on the process, I still see opened file for the old files :
This will lead to filedescriptor ressource exhaust...
The text was updated successfully, but these errors were encountered: