what happen if i delete apache log file?

apache

Solution

It will create new file automatically.

Problem

I have 4 files in /var/log/apache2 and I just deleted 2 of them (I do have backups). would it affect apache's logging capabilities? does apache automatically create files and write to them if they don't exist?

Original source