I am running a clean ubuntu-server and got apache working.
I noticed that the apache access and error logs were owned by root:
-rw-r----- 1 root adm 10531 Oct 11 00:43 access.log
-rw-r----- 1 root adm 58839 Oct 11 00:43 error.log
I was just wondering how apache actually writes out to the log if it is only writable by root.
Is it using syslog by default?
Thanks!