[mapserver-users] How to clean MapServer's map output images in temporary folder automatically?
Dylan Keon
keon at nacse.org
Tue Jul 30 12:00:29 PDT 2002
There is a bit of information on this at
http://mapserver.gis.umn.edu/doc36/manage.html , essentially the same
thing that Lowell and others have mentioned.
--Dylan
Lowell.Filak wrote:
> This can optionally be inserted into the crontab.
>
> find /var/www/html/tmp -type f -ctime +2 -exec rm {} \;
>
> Lowell F.
>
> On Wed, 31 Jul 2002, Hisaji ONO wrote:
>
>
>> Hello.
>>
>> As I used MapServer & MapScript every day, I have a lot fo used MapServer's
>>map output images in temporary folder?
>>
>> Could you tell me any tool to clean them off automatically?
>>
>> Best Regards.
More information about the MapServer-users
mailing list