|
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.
|