|
Query "SELECT UPPER(LEFT(module, 1)) as l from
modules
group by l" failed: MySQL server has gone away
Click on a module name for more detailed information.
Kiwi\'s HTTPD simulated logger
This little module was made to have a very complete cern httpd or compatible log file with Roxen.
The main idea of this module is there is all the query_string of the http request. So if you use some pike script with a lot of queries you can know with your ordinary log system (webalizer, jawst, etc...) all referers and the complete url.
|