M
Mike Parker
Guest
Hi Everyone,
I am having difficulties getting my open_basedir to be consistent between http and https. I used phpinfo() and the open_basedir is different when I use http and https. Http works great, but https does not. Below I have described everything in more detail.
I am using Plesk 8.2 and CentOS 5.
I created vhost.conf and vhost_ssl.conf files with the following information:
I made the files identical as I have Plesk set to "Use a single directory for housing SSL and non-SSL content".
After creating these files I ran the following command - /usr/local/psa/admin/bin/websrvmng -a.
I also rebooted my server. After all of this, my open_basedir include path still does not updated with the information located in the vhost_ssl.conf file.
Any thoughts would be greatly appreciated. Thanks in advance!
I am having difficulties getting my open_basedir to be consistent between http and https. I used phpinfo() and the open_basedir is different when I use http and https. Http works great, but https does not. Below I have described everything in more detail.
I am using Plesk 8.2 and CentOS 5.
I created vhost.conf and vhost_ssl.conf files with the following information:
<Directory var/www/vhosts/domain.com/httpdocs>
php_admin_value open_basedir "/var/www/vhosts/domain.com/httpdocs:.:/php:/tmp:/usr/share/pear"
</Directory>
I made the files identical as I have Plesk set to "Use a single directory for housing SSL and non-SSL content".
After creating these files I ran the following command - /usr/local/psa/admin/bin/websrvmng -a.
I also rebooted my server. After all of this, my open_basedir include path still does not updated with the information located in the vhost_ssl.conf file.
Any thoughts would be greatly appreciated. Thanks in advance!