• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

vhost_ssl.conf not working

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:

<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!
 
feedback on this

I'm having the same issue on Plesk 9... can't seem to load directives via vhost_ssl.conf.

Did you figure this out?
 
vhost_ssl.conf NOT working!

No matter how you reconfigure, vhost_ssl.conf is NOT working.

I repeat for all folks working at paralles:

====================
vhost_ssl.conf IS NOT WORKING
====================
 
Back
Top