Menu

#4 make check fails: missing

open-fixed
nobody
None
5
2005-04-23
2004-11-09
Anonymous
No

"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.

Discussion

  • Nobody/Anonymous

    Patch for extra.conf.in that fixes the "Invalid command 'Order'" bug.

     
  • John K. Sterling

    • status: open --> open-fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.