
08-19-2010, 06:31 PM
|
|
LiteSpeed Staff
|
|
Join Date: May 2003
Location: New Jersey
Posts: 7,590
|
|
It is a permission problem with /var/log/httpd
Piped logger is not used.
Quote:
ls -ld /var/log/httpd
drwx------ 3 root root 4096 Aug 19 01:06 httpd
|
Code:
chown apache /var/log/httpd
fixed it .
|