Apache/Named not starting... wierd error.

2Gever

Registered
Jan 6, 2010
2
0
51
Upon trying to start httpd from command line I get:
Code:
Syntax error on line 36 of /usr/local/apache/conf/httpd.conf:
module logio_module is built-in and can't be loaded
What is this module, and how can I disable it or work-around to get apache to work?


Hope someone can help.
Thanks.
 

xrserver

Well-Known Member
Jan 18, 2008
47
0
56
This module provides the logging of input and output number of bytes received/sent per request

try looking for something like

Code:
LoadModule logio_module modules/mod_logio.so
and change it to

Code:
#LoadModule logio_module modules/mod_logio.so
so basically just comment that line