Merge git://git.kernel.org/pub/scm/gitk/gitk
[gitweb.git] / t / lib-httpd / apache.conf
index af6e5e1d6ae503dfadc94feef4d9cb4b623163ec..21aa42f1c613538ba26c0b613cc0d1b001bc52b9 100644 (file)
@@ -1,15 +1,13 @@
 ServerName dummy
+LockFile accept.lock
 PidFile httpd.pid
 DocumentRoot www
 LogFormat "%h %l %u %t \"%r\" %>s %b" common
 CustomLog access.log common
 ErrorLog error.log
-
-<IfDefine Darwin>
+<IfModule !mod_log_config.c>
        LoadModule log_config_module modules/mod_log_config.so
-       LockFile accept.lock
-       PidFile httpd.pid
-</IfDefine>
+</IfModule>
 
 <IfDefine SSL>
 LoadModule ssl_module modules/mod_ssl.so