Web Hosting Talk







View Full Version : Huge Logs In Plesk


ClusterMania
06-09-2002, 11:07 PM
I don't know where all the huge logs are in plesk. Right now I know my harddrive is full and I don't know where all the huge logs are store. How do I find them? And how do I turn off logging since I just end up deleting them all the time. The server gets a ton of hits and logs get big very fast.

How do I see how big they are in ssh? Can I delete all these?

access_log httpd.lock.349 httpd.mm.13286.sem httpd.mm.318.sem ssl_engine_log
error_log httpd.lock.350 httpd.mm.1564.sem httpd.mm.319.sem ssl_mutex.1564
httpd.lock.11295 httpd.lock.351 httpd.mm.16347.sem httpd.mm.330.sem ssl_mutex.16453
httpd.lock.13287 httpd.lock.353 httpd.mm.16424.sem httpd.mm.337.sem ssl_mutex.296
httpd.lock.16425 httpd.lock.358 httpd.mm.16453.sem httpd.mm.338.sem ssl_mutex.311
httpd.lock.16459 httpd.lock.360 httpd.mm.22373.sem httpd.mm.344.sem ssl_mutex.313
httpd.lock.22952 httpd.lock.376 httpd.mm.22409.sem httpd.mm.351.sem ssl_mutex.314
httpd.lock.308 httpd.lock.387 httpd.mm.22951.sem httpd.mm.353.sem ssl_mutex.318
httpd.lock.323 httpd.lock.389 httpd.mm.2736.sem httpd.mm.365.sem ssl_mutex.319
httpd.lock.324 httpd.lock.391 httpd.mm.28580.sem httpd.mm.369.sem ssl_mutex.330
httpd.lock.325 httpd.lock.42997 httpd.mm.28590.sem httpd.mm.371.sem ssl_mutex.337
httpd.lock.326 httpd.mm.10373.sem httpd.mm.2900.sem httpd.mm.373.sem ssl_mutex.365
httpd.lock.327 httpd.mm.10566.sem httpd.mm.296.sem httpd.mm.3907.sem suexec_log
httpd.lock.330 httpd.mm.10605.sem httpd.mm.311.sem httpd.mm.42979.sem
httpd.lock.331 httpd.mm.11294.sem httpd.mm.313.sem httpd.mm.6376.sem
httpd.lock.342 httpd.mm.12501.sem httpd.mm.314.sem httpd.pid

Cephren
06-10-2002, 12:44 AM
The logs are in /var/logs or /var/log

You can turn off logging.
Which type of Plesk installation did you do? the standard SH version or the RPM installation?

ClusterMania
06-10-2002, 02:19 AM
I looked in /var/log I found logs but they don't look big at all

roly
06-10-2002, 02:37 AM
Originally posted by Cephren
The logs are in /var/logs or /var/log

You can turn off logging.
Which type of Plesk installation did you do? the standard SH version or the RPM installation?
per site logs are elsewhere

ClusterMania
06-10-2002, 06:16 AM
What's the list of commands to list all files on harddrive above 100MM? The locate command is not up to date. It even list files I already deleted. Can I make it up date and real time?

NightMan
06-10-2002, 09:31 AM
client log files are located at
/usr/local/psa/home/vhosts/clientdomain.com/logs/

elsmore1
06-10-2002, 09:41 AM
Originally posted by ClusterMania
What's the list of commands to list all files on harddrive above 100MM? The locate command is not up to date. It even list files I already deleted. Can I make it up date and real time?


You need to be root for this to work...
find / -type f -size +100000k -ls