tmp folder issue

#1
Hi. I installed litespeed to my server. I have changed swap and cache directory and my temp folder is again getting full about 2 day. When i was using Apache tmp folder was getting full almost 2 year. Can anyone help me please. Even tmp is full when i dismiss cache.
Thank you already.
 

NiteWave

Administrator
#2
in general, litespeed has no such issue --- will fill up /tmp folder after long run.

there must be something special on your server which caused the issue.

when it get to full or nearly full, can you check what files under /tmp ? then you may get ideas what the root cause might be.
 
#3
Thank you for response. I checked the /tmp folder and there are so many php**** files. Theese files is filling the /tmp/ folder. How can i fix that issue. Thank u already.
 

NiteWave

Administrator
#4
maybe those are php session files -- it's safe to delete old ones.

you can create a cron job to do it --- for example, delete all /tmp/php* is older than 24 hours.
 
Top