PDA

View Full Version : I can erase the files log ?


jfruano
11th September 2006, 01:52
Hi all,

I can erase the files .log that are in the folder /root/ispconfig/httpd/logs ?
The size of some of these files is very big ( 20 Mb. or more ) and constant they are increasing. :confused:

thanks.

J.F. Ruano.

Ben
11th September 2006, 09:51
Well 20 megs is not really big.
In this folder there are the apache's access and errorlogs. Normally
logrotate runs about that files, keeping the actual and a rotated with a .1 at the end. Older files are normally compressed so you should not have any diskspace problems.

But if you wish to delete them, I would only delete the gzipped ones.

jfruano
11th September 2006, 15:16
O.K. Ben

Thanks.