make check fails: missing
Brought to you by:
gr84b8,
johnksterling
"make check" complained about an invalid Order command
in extra.conf:
"waiting for server to start: .Syntax error on line 9
of /tmp/mod_cplusplus/mod_cplusplus/test/t/conf/extra.conf:
Invalid command 'Order', perhaps mis-spelled or defined
by a module not included in the server configuration"
This is due to a missing mod_access module that
interprets the directive "Order".
Adding following line to the beginning of
mod_cplusplus/test/t/conf/extra.conf.in helped:
LoadModule access_module
@HTTPD_DIR@/modules/mod_access.@SHLIB_EXT@
regards,
Arno Wilhelm
P.S.: I use apache 2.0.51.
Patch for extra.conf.in that fixes the "Invalid command 'Order'" bug.