hi,
my access.log now logs only 404's - no 200's or any other status code. Here is the <logging> section of my http_config.xml file:
<logging>
<log>
<fileName>$SERVER_ROOT/logs/error.log</fileName>
<logLevel>DEBUG</logLevel>
<debugLevel>0</debugLevel>
<rollingSize>10M</rollingSize>
<enableStderrLog>1</enableStderrLog>
</log>
<accessLog>
<fileName>/opt/lsws/logs/access.log</fileName>
<pipedLogger></pipedLogger>
<logHeaders>7</logHeaders>
<rollingSize>10M</rollingSize>
<keepDays>30</keepDays>
<compressArchive>0</compressArchive>
</accessLog>
</logging>
not sure where else to look to resolved this - crawled all kinds of forums, checked permissions, tried different paths, filenames for the access log, etc.
I am running LiteSpeed/2.2.6 Standard with Rails via LSAPI, multiple vhosts (24), on Red Hat ...
any ideas? help is greatly appreciated ...
my access.log now logs only 404's - no 200's or any other status code. Here is the <logging> section of my http_config.xml file:
<logging>
<log>
<fileName>$SERVER_ROOT/logs/error.log</fileName>
<logLevel>DEBUG</logLevel>
<debugLevel>0</debugLevel>
<rollingSize>10M</rollingSize>
<enableStderrLog>1</enableStderrLog>
</log>
<accessLog>
<fileName>/opt/lsws/logs/access.log</fileName>
<pipedLogger></pipedLogger>
<logHeaders>7</logHeaders>
<rollingSize>10M</rollingSize>
<keepDays>30</keepDays>
<compressArchive>0</compressArchive>
</accessLog>
</logging>
not sure where else to look to resolved this - crawled all kinds of forums, checked permissions, tried different paths, filenames for the access log, etc.
I am running LiteSpeed/2.2.6 Standard with Rails via LSAPI, multiple vhosts (24), on Red Hat ...
any ideas? help is greatly appreciated ...