Ehm ...
I tried to do open_basedir within the .htaccess and own this file by root,
so the user
couldn�t change the settings. But yeah, that wasn�t the best solution, now I
do within
the Apache config file.
A entry for a vhost looks like this:
<VirtualHost IPADRESS>
ServerAdmin [EMAIL PROTECTED]
ServerName www.domain.com
ServerAlias domain.com
DocumentRoot /home/domain/public_html
php_admin_value open_basedir /home/domain
</VirtualHost>
Hope it helps !
Cya !
Daniel
"Marc Delisle" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I would like to know if sysadmins usually put "." in their php.ini,
open_basedir variable, or if
> they put some other directory, or both.
>
> The reason is that phpMyAdmin's dump uploads don't work well currently on
a server with
> open_basedir, and I would try to code around the problem, if practical.
>
> Thanks.
>
> Marc Delisle
> phpMyAdmin dev. team
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]