• 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.

Unable to access data folder -php 5.3.3

D

Diatodan

Guest
Hi,

After upgrading to PHP 5.3.3, I am unable to access (with php scripts) the data folder I created above httpdocs .
I have been searching for an answer for a week :-(

Here is what worked before the update :

1. Create file in /var/www/vhosts/domainname.com/conf/vhost.conf

2.
<Directory /var/www/vhosts/domainname.com/httpdocs/>
php_admin_value open_basedir /var/www/vhosts/domainname.com/httpdocs:/tmp:/var/www/vhosts/domainname.com/data
</Directory>

3.
# /usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domainname

4.
# chown user.psacln /var/www/vhosts/domainname.com/data

5. restart apache

I don't know what I'm doing wrong.
Any advice would be great !

Cheers
 
Back
Top