Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
http tests: Darwin is not that special
author
Junio C Hamano
<gitster@pobox.com>
Wed, 11 Mar 2009 20:13:38 +0000
(13:13 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 20 Mar 2009 21:41:14 +0000
(14:41 -0700)
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 <gitster@pobox.com>
t/lib-httpd/apache.conf
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2d893d6
)
diff --git
a/t/lib-httpd/apache.conf
b/t/lib-httpd/apache.conf
index f460e404169bba1c57a48a3aac1df2f2b97d0b99..21aa42f1c613538ba26c0b613cc0d1b001bc52b9 100644
(file)
--- 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
</IfModule>
-<IfDefine Darwin>
- LoadModule log_config_module modules/mod_log_config.so
- LockFile accept.lock
- PidFile httpd.pid
-</IfDefine>
-
<IfDefine SSL>
LoadModule ssl_module modules/mod_ssl.so