The log_config module is needed for at least some versions of apache to support the LogFormat directive. Signed-off-by: Daniel Barkalow <barkalow@xxxxxxxxxxxx> --- Johannes, you added the LogFormat line without this; does the test still work for you with this added, or do we need something clever to decide whether the module needs to be loaded or needs to not be loaded? t/lib-httpd/apache.conf | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index af6e5e1..a0d4077 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -4,6 +4,7 @@ DocumentRoot www LogFormat "%h %l %u %t \"%r\" %>s %b" common CustomLog access.log common ErrorLog error.log +LoadModule log_config_module modules/mod_log_config.so <IfDefine Darwin> LoadModule log_config_module modules/mod_log_config.so -- 1.6.2.77.g8cc3f.dirty -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html