DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24890>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24890

httpd-std-conf.in contains wrong magic mime directive

           Summary: httpd-std-conf.in contains wrong magic mime directive
           Product: Apache httpd-2.0
           Version: 2.0.48
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Runtime Config
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


httpd-std-conf.in contains the following directive : 
 
<IfModule mod_mime_magic.c> 
    MIMEMagicFile @rel_sysconfdir@/magic 
</IfModule> 
 
But looking at modules/metadata/mod_mime_magic.c the directive must be like 
 
<IfModule mod_mime_magic.c> 
    MimeMagicFile @rel_sysconfdir@/magic 
</IfModule> 
 
Please notice the s/MIMEMagicFile/MimeMagicFile . 
 
This fixes the problem for me with the mod_perl module loading and according to 
the 
mod_mime_magic.c its the \ 
right way ( TM ). 
 
Please fix this in Apache 2.0.49 release.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to