[solved] duplicate domlog, both being updated?

aww

Well-Known Member
#1
I am not sure if this is a cpanel problem or a litespeed misconfiguration problem, maybe you'll know right away

I noticed there are duplicate domlogs, both are very fresh and updating.

It does not appear to be a softlink/hardlink mirror, but how can I doublecheck?

Code:
66778385 /usr/local/apache/domlogs/username/domainname.abc
66778385 /usr/local/apache/domlogs/domainname.abc
and now when I look, the filesizes are slightly off but still current
Code:
[/usr/local/apache/domlogs]# ls -latr domainname.abc
-rw-r-----  2 nobody username 66790616 Aug 16 07:34 domainname.abc
[/usr/local/apache/domlogs]# ls -latr username/domainname.abc
-rw-r-----  2 nobody username 66792133 Aug 16 07:35 username/domainname.abc
Since the filesizes are slightly different and 1 second off in the last example, I am pretty sure it's not a link but a real second copy.

Willing to bet it's a misconfiguration I did, but wouldn't know where to start looking so thanks for any help.

If it's somehow a cpanel problem then I apologize for asking here.
 
Last edited by a moderator:
Top