We have a VPS client testing free version of lsws, lsws configuration is loaded from directadmin's apache configurations, he's reporting it seems the logformat directive is not loaded correctly for some reason. example
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%O %I" bytes
CustomLog /var/log/httpd/domains/photo.com.bytes bytes
instead of bytes format, lsws logged using combined format.
We are using enterprise version of lsws (not the latest) and don't see this problem. is this a limitation of the free version or it's a bug?
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%O %I" bytes
CustomLog /var/log/httpd/domains/photo.com.bytes bytes
instead of bytes format, lsws logged using combined format.
We are using enterprise version of lsws (not the latest) and don't see this problem. is this a limitation of the free version or it's a bug?