On 9/9/19 12:13 PM, Anton Gorlov wrote: > 09.09.2019 19:07, @lbutlr пишет: >> On 9 Sep 2019, at 09:57, Anton Gorlov <stal...@locum.ru> wrote: >>> I need the web server to continue working if the user has deleted the log >>> directory. >> I would solve this by preventing the user from deleting the directory or >> recreating it on deletion, not by patching the source code. >> >> > unfortunately I can’t prevent users from deleting directories
Wait. You can't protect directories from your users but you can manually modify core programs that run on the server? What information is missing here? Hint: The log directories don't need to be in the user's home folder. You can put them in a protected area and just symlink to them. That way the user can blow away his own access to his logs but not the logs themselves. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:da...@vex.net VoIP: sip:da...@vex.net --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org