litespeed+DA= bandwich problem

#1
hi
i have 3 directadmin server
after switch apache to litespeed my users bandwich dont calculate
and i see my 180 user used 0 gb off bandwich
what can i do ?
when i switch to apache bandwich has been fix after 24 hours
but in litespeed i have problem
 
#3
i run bellow command in my all server 1 week ago
but my problem dont fix
chown apache:nobody /var/log/httpd/domains
and
when i going to litespeed control panel i see :
Running As user(apache) : group(apache)
this is true ?

what can i do ?
 

mistwang

LiteSpeed Staff
#4
please check the owner of log files under that directory, if owned by root, change owner to "apache", make sure those log file grows when you access a web site hosted.
 
#5
owner is true
whan i switch that to apache problem has been fix
but in litespeed i have problem with bandwich

ls -l files in that directory (domains directory)
-rwxrwxrwx 1 apache apache
-rwxrwxrwx 1 apache upmusicf
-rwxrwxrwx 1 apache saeed
,...


ls -l domains
apache nobody
 
Last edited:

mistwang

LiteSpeed Staff
#9
Here is the solution. Please run following command
chmod g+rx /var/log/httpd/
chgrp apache /var/log/httpd/
upgrade to latest 4.1.5 release. If you have installed 4.1.5, do a "force reintall" to get the latest build.
 
Top