Compiled latest Apache and PHP via EasyApache (server CENTOS 5.8 x86_64 standard / WHM 11.36.0 build 9) and my /usr/local/apache/logs/error_log is being filled up with stuff like this:
[Sun Feb 24 20:49:48 2013] [error] Optional hook test said: GET /page/767/?t3338_html HTTP/1.1
[Sun Feb 24 20:49:48 2013] [error] Optional function test said: GET /page/767/?t3338_html HTTP/1.1
Every single query to the server prints off 2 errors... there is no reason for this, as there is no actual error.
Where is this hook&function coming from, and how would I go about removing it? Google says that it is from a test module that was compiled into Apache, but I didn't tell EasyApache to use any test modules or plugins.
Is there a line I can add into the conf file to disable these "errors" or a line I can remove to disable the test modules?
[Sun Feb 24 20:49:48 2013] [error] Optional hook test said: GET /page/767/?t3338_html HTTP/1.1
[Sun Feb 24 20:49:48 2013] [error] Optional function test said: GET /page/767/?t3338_html HTTP/1.1
Every single query to the server prints off 2 errors... there is no reason for this, as there is no actual error.
Where is this hook&function coming from, and how would I go about removing it? Google says that it is from a test module that was compiled into Apache, but I didn't tell EasyApache to use any test modules or plugins.
Is there a line I can add into the conf file to disable these "errors" or a line I can remove to disable the test modules?