plesk mod_suphp php tmp
- Angelo Schalley
- Nov, 29, 2009
- Plesk Linux
- No Comments
create a tmp directory in you sites root
place a file php.ini in your sites root and add the following content :
allow_url_fopen=off
upload_tmp_dir = “/tmp”
session.save_path = “/tmp”