• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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