I just tried out those: root@nikos [~]# ls -l /var/log/httpd/suexec.log -rw-rw-r-- 1 root root 0 Jun 1 02:52 /var/log/httpd/suexec.log
root@nikos [~]# ls -l /usr/local/apache/logs/suexec_log -rw-rw-r-- 1 root apache 532667 Jun 4 13:11 /usr/local/apache/logs/suexec_log root@nikos [~]# chown root:apache /var/log/httpd/suexec.log root@nikos [~]# ls -l /var/log/httpd/suexec.log -rw-rw-r-- 1 root apache 0 Jun 1 02:52 /var/log/httpd/suexec.log but i'm not usre if they solve the problem or why there are 2 suexec.log files. -- http://mail.python.org/mailman/listinfo/python-list