• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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