Merge git://git.kernel.org/pub/scm/gitk/gitk
[gitweb.git] / t / lib-httpd / apache.conf
index fdb19a50f11c8c71c9f7addcceeab8847558cc49..21aa42f1c613538ba26c0b613cc0d1b001bc52b9 100644 (file)
@@ -1,9 +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
+<IfModule !mod_log_config.c>
+       LoadModule log_config_module modules/mod_log_config.so
+</IfModule>
 
 <IfDefine SSL>
 LoadModule ssl_module modules/mod_ssl.so