Author Topic: Tmp directory on server filling up  (Read 4373 times)

Offline epimadman

  • Newbie
  • *
  • Posts: 11
  • Karma: +2/-0
    • View Profile
Tmp directory on server filling up
« on: January 30, 2017, 04:06:26 PM »
Our /tmp directory is filling up on the server as we have sessions from several abantecart installations dumping into it.  How do I change that?  Shouldn't it be dumping locally for that user instead of the server /tmp directory?

Offline abolabo

  • core-developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 2046
  • Karma: +318/-13
  • web for all, all for web!
    • View Profile
    • AbanteCart
Re: Tmp directory on server filling up
« Reply #1 on: January 31, 2017, 03:11:37 AM »
i think you can manage with it via php.ini directives such as upload_tmp_dir for uploaded files and
session.save_path
Just create few php.ini for each installations of AbanteCart with directives.
Note: You can check current values in admin menu->system->settings->system ->button [phpinfo()] at the heading.

Also read this http://stackoverflow.com/questions/10580043/servers-tmp-directory-filling-up
“No one is useless in this world who lightens the burdens of another.”
― Charles Dickens

Offline epimadman

  • Newbie
  • *
  • Posts: 11
  • Karma: +2/-0
    • View Profile
Re: Tmp directory on server filling up
« Reply #2 on: April 12, 2017, 10:44:43 PM »
PERFECT~ Thanks - that did the trick, you just have to specify for each installation and map it locally with a rotate to conserve space.

Offline Wecian

  • Newbie
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: Tmp directory on server filling up
« Reply #3 on: December 11, 2018, 06:18:14 AM »
Thanks for the great info :)

 

Powered by SMFPacks Social Login Mod