View Single Post
  #11  
Old 09-04-2012, 02:00 AM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
there is another general way to do it:

lsws admin console->Configuration->Virtual Hosts: select a vhost

->General->Apache Style configurations
enter
LogFormat "%O %I" bytes_log_format
CustomLog /usr/local/lsws/DEFAULT/logs/bytes.log bytes_log_format

will generate the bytes log file /usr/local/lsws/DEFAULT/logs/bytes.log

-- tested in my local lsws.
Reply With Quote