Posted by Jochem Maas on 11/14/21 11:22
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
>
Navigation:
[Reply to this message]
|