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 <gitster@pobox.com>
This commit is contained in:
parent
2d893d6822
commit
a797b02f39
@ -1,4 +1,5 @@
|
|||||||
ServerName dummy
|
ServerName dummy
|
||||||
|
LockFile accept.lock
|
||||||
PidFile httpd.pid
|
PidFile httpd.pid
|
||||||
DocumentRoot www
|
DocumentRoot www
|
||||||
LogFormat "%h %l %u %t \"%r\" %>s %b" common
|
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
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
|
||||||
<IfDefine Darwin>
|
|
||||||
LoadModule log_config_module modules/mod_log_config.so
|
|
||||||
LockFile accept.lock
|
|
||||||
PidFile httpd.pid
|
|
||||||
</IfDefine>
|
|
||||||
|
|
||||||
<IfDefine SSL>
|
<IfDefine SSL>
|
||||||
LoadModule ssl_module modules/mod_ssl.so
|
LoadModule ssl_module modules/mod_ssl.so
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user