• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

httpdocs/tmp

V

vbslim

Guest
Hello all, I have a quick question...

While installing a program (gallery)

I was asked to provide a tmp dir,
Being plesk has base_directory enabled
to /home/httpd/vhosts/me/httpdocs/tmp
I put this in... well the script didnt like that and
asked me to chown it to apache:apache
or chmod it to 777......

neither option I liked.....

Which is the prefered method for you experenced plesk users using gallery.

I put the netpbm's in me/tmp and all is well
though I noticed that its owned by root which I dont like either but.....

Thanks for any and all replies

vbslim

plesk 7.5 reloaded
fedora rc2
no installer for programs (just me)
 
The open_basedir is 2 directories .. not ONE (you are overlooking the ':' character).

So it's :

/home/httpd/vhosts/me/httpdocs
AND
/tmp

and not /home/httpd/vhosts/me/httpdocs/tmp.

So in your Gallery tempdir ... just fill in '/tmp'

That should be the way.
 
Back
Top