Forum Moderators: phranque

Message Too Old, No Replies

Optional hook test - Optional function test

Optional function test, error_log, apache

         

tugacari

6:21 pm on Dec 18, 2009 (gmt 0)

10+ Year Member



Hi,

I've noticed a lot of log errors in apache /logs/error_log.

An example is:
[Fri Dec 18 16:13:16 2009] [error] Optional hook test said: GET /thumb/171.jpg HTTP/1.1
[Fri Dec 18 16:13:16 2009] [error] Optional function test said: GET /thumb/171.jpg HTTP/1.1
[Fri Dec 18 16:13:16 2009] [error] Optional hook test said: GET /thumb/165.jpg HTTP/1.1

Based on this article [tigress.com...]
I've tracked the apache modules responsible for this error messages:

Optional function test said: %s+66 ./modules/test/mod_optional_fn_export.cap_log_error

Optional hook test said: %s+62 ./modules/test/mod_optional_hook_import.cap_log_error

Is there any way to remove this logs errors without recompiling apache ?

Thank you.