From c0d77ab6a4bdf0c18fa1084afa2c8a425bb12c94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2013 16:10:30 +0200 Subject: httpd: sync with rawhide --- httpd.conf | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'httpd.conf') diff --git a/httpd.conf b/httpd.conf index fc7bf34..a7af0dc 100644 --- a/httpd.conf +++ b/httpd.conf @@ -315,12 +315,14 @@ LogLevel warn # AddDefaultCharset UTF-8 -# -# The mod_mime_magic module allows the server to use various hints from the -# contents of the file itself to determine its type. The MIMEMagicFile -# directive tells the module where the hint definitions are located. -# -MIMEMagicFile conf/magic + + # + # The mod_mime_magic module allows the server to use various hints from the + # contents of the file itself to determine its type. The MIMEMagicFile + # directive tells the module where the hint definitions are located. + # + MIMEMagicFile conf/magic + # # Customizable error responses come in three flavors: -- cgit