View Single Post
  #1  
Old 08-18-2010, 10:31 PM
svyturio_alus svyturio_alus is offline
New Member
 
Join Date: Aug 2010
Posts: 5
Exclamation [Resolved] DirectAdmin: problem with log files

Hello,

I've set up my DirectAdmin with Litespeed (Trial version) by following the user guide at:
litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:da

The problem is that none of the log files get updated. From the moment that I've shut down the Apache server, there are no new requests logged in the log files.

However, in the Error Log I could see warnings appearing:
2010-08-19 08:15:23.605 [WARN] /usr/local/directadmin/data/users/username/httpd.conf:41: Directive 'suPHP_UserGroup' is not allowed in current context.

These are made with every Litespeed server restart on every virtualhost. I have also found a forum thread about the suPHP_UserGroup warning, saying that the warnings are safe to ignore (litespeedtech.com/support/forum/showthread.php?t=2347).

What I've tried without any success:
chown /var/log/httpd/domains directory to apache:nobody
chown /var/log/httpd/domains directory to apache:apache
chmod 0777 /var/log/httpd/domains
chmod 0777 /var/log/httpd/domains/*
..chown individual log files of one domain to apache:apache.

Thank you for any help

Last edited by NiteWave; 08-19-2010 at 07:26 PM..
Reply With Quote