Re: php_flag enable_dl

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




php_admin_value enable_dl 1  does the trick. Thanks!


Jochem Maas wrote:

Justin Mazzi wrote:

Can anyone tell me why this adding that to a vhost in apache 1 series does not work? The docs says you can use enable_dl per vhost.


kinda guesswork, try one of:

php_flag enable_dl 1
php_value enable_dl 1
php_admin_flag enable_dl 1
php_admin_value enable_dl 1

note that, regardless, you have to specify a value in order
to actually set the inisetting to something - I'm assuming
that if you specify no value then nothing changes.


-Justin Mazzi



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux