On 05/21/2013 12:59 PM, Reindl Harald wrote:
you can do this with any application if you want / need please realize that it is a bad attitude to override admin settings on application level
if any random application would do this it leads to no longer have any predictable server setup
<Directory "/usr/share/roundcubemail"> php_value error_log "whatever_path"
</Directory>
<Directory "/usr/share/roundcubemail"> php_value error_log "syslog"
</Directory>
There are environments where it's not possible to change PHP config this way.
Open a ticket for this. Maybe we could make so when log_dir/log_driver are not set we'll use current PHP settings.