Skip to content

Commit

Permalink
http tests: Darwin is not that special
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Mar 20, 2009
1 parent 2d893d6 commit a797b02
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions t/lib-httpd/apache.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ServerName dummy
LockFile accept.lock
PidFile httpd.pid
DocumentRoot www
LogFormat "%h %l %u %t \"%r\" %>s %b" common
Expand All @@ -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

Expand Down

0 comments on commit a797b02

Please sign in to comment.