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