From a797b02f3925c4a6324472e2edaf4a58d4ffc097 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 11 Mar 2009 13:13:38 -0700 Subject: [PATCH] http tests: Darwin is not that special We have PidFile definition in the file already, and we have added necessary LoadModule for log_config_module recently. This patch will end up giving LockFile to everybody not just limited to Darwin, but why not? Signed-off-by: Junio C Hamano --- t/lib-httpd/apache.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf index f460e40416..21aa42f1c6 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -1,4 +1,5 @@ ServerName dummy +LockFile accept.lock PidFile httpd.pid DocumentRoot www LogFormat "%h %l %u %t \"%r\" %>s %b" common @@ -8,12 +9,6 @@ ErrorLog error.log LoadModule log_config_module modules/mod_log_config.so - - LoadModule log_config_module modules/mod_log_config.so - LockFile accept.lock - PidFile httpd.pid - - LoadModule ssl_module modules/mod_ssl.so