Re: is ap_hook_log_transaction the wright place where to write my stats code ?

2014-12-07 Thread Sorin Manolache
On 2014-12-07 01:36, nik600 wrote: Dear all i've written a custom module to handle the cache of my CMS system. Basically this module works in ap_hook_translate_name and decides (following some custom logic) if the request can be served or not from the cache. If yes, the r->uri is changed to be

Re: is ap_hook_log_transaction the wright place where to write my stats code ?

2014-12-07 Thread nik600
Thanka for your reply! Is not so simple...the custom logic is a mixture of regex, memcached get, json, cookies and http headers so i had to write a custom module. Btw, thanks for your help! Il 07/dic/2014 10:25 "Sorin Manolache" ha scritto: > On 2014-12-07 01:36, nik600 wrote: > >> Dear all >>