On http://httpd.apache.org/docs/2.2/logs.html
Anyone who can write to the directory where Apache is writing a log file can almost certainly gain access to the uid that the server is started as, which is normally root. Do NOT give people write access to the directory the logs are stored in without being aware of the consequences; see the security tips document for details
How does this work? How does writing to a file that Apache is also writing to grant access to the Apache Parent Process user (root)?