error_log filling fast after easyapache

NightStorm

Well-Known Member
Jul 28, 2003
285
4
168
cPanel Access Level
Root Administrator
Twitter
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?
 

NightStorm

Well-Known Member
Jul 28, 2003
285
4
168
cPanel Access Level
Root Administrator
Twitter
Server version: Apache/2.2.23 (Unix)
Server built: Feb 24 2013 17:09:31
Cpanel::Easy::Apache v3.18.1 rev9999

PHP 5.3.21 (cli) (built: Feb 24 2013 17:12:53)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
 

cPanelJamyn

Social Engineer
Staff member
Jan 29, 2009
105
2
143
Hi,

It would seem that you have one or more of the following options enabled in your profile:

OptionalFnExport: mod_optional_fn_export
OptionalFnImport: mod_optional_fn_import
OptionalHookExport: mod_optional_hook_export
OptionalHookImport: mod_optional_hook_import
These are listed under the "Exhaustive Options List: Apache Built-in Modules" section in EasyApache. I recommend disabling those modules to resolve your issue.

FB63905