Will Apache Access remove the log break Subversion?
We have subversive work with apache server installed and running.
The apache access log is now half an inch, will it delete it or move it to the SVN break? I would assume the access log is purely logged access to the server, but I just want to make sure before deleting or moving it.
As I understand it, you cannot set a size limit in the access log, so what's the best way to back it up on a regular basis?
thank
+2
source to share
2 answers
You can safely move or delete the Apache access log without affecting Subversion.
Take a look at the rotatelogs program that comes with Apache. It supports rotating log files based on time or file size.
+6
source to share