Posts: 2,552
Name: Keith Marshall
Location: West Hartford, CT
|
I have little experience with Apache configuration, and I am baffled how to make any of the methods below work. Anyone have any suggestions?
I want to either add an additional path to the open_basedir value from an include conf file, or to use a dynamic method for the current conf file. Are any of these possible?
If it's possible to dynamically name the current hostname, I would want to do something like this (although this will not work, I hope it draws the picture):
Code:
<Directory /var/www/vhosts/%{HOSTNAME}/httpdocs>
php_admin_value open_basedir "/var/www/vhosts/%{HOSTNAME}/httpdocs:/tmp:/var/www/vhosts/mage_default"
</Directory>
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|