Getting "open_basedir restriction in effect" in spite of adding the correct entry.
- by akshatc
I am trying to create a shared hosting scenario, using open_basedir option of php. I am doing this by adding the following to apache2.conf
<VirtualHost *:80>
ServerName lt1.example.net
DocumentRoot /home/akshat/example/tmpblogs/tb1/
php_admin_value open_basedir /home/akshat/example/tmpblogs/tb1/
</VirtualHost>
…