ohhh i see a few logfiles are owned by the apache user
this happens if after 00:00 the first log message is written by the apache user then the logfile is created and therefore owned by apache user
a solution would be, changing the "user" variable in bartlby.cfg to "apache" and after that do some chown
chown -R apache.apache /usr/local/bartlby/
or if you dont' mind about permissions you just can set "user" to "root" ;)