Plesk PHP and upload_tmp_dir on domain

Needed to set the upload_tmp_dir on a domain in Plesk and by default upload_tmp_dir was returning no value.

URL:

The above URL suggested setting the upload_tmp_dir value via the vhost.conf file:

# File:  /path/to/vhosts/domain.com/conf/vhost.conf
<Directory /path/to/vhosts/domain.com/httpdocs>
php_admin_value upload_tmp_dir /tmp
</Directory>

It then suggests running:

/usr/local/psa/admin/sbin/websrvmng -a -v

Or the following should work too:

/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=domain.com

Plesk Panel 9.2.1 released

Looks like Plesk 9.2.1 has been released and the 3 most important things in this release appears to be:

  • Greylisting
  • Re-introduction of the migration manager.  Hopefully it’s the same, or better, than 8.x versions.
  • Bug fixes… many of them.   Must have been at least 56 in this release.

Release notes:

They have fixed a lot of bugs, but, lets see how many they have introduced.  Who dares to upgrade first?