Project

General

Profile

Actions

Bug #1651

closed

mod_ssi don't responise .html files if mimetype.assign (...,".html" => "text/html",..)

Added by Anonymous almost 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
High
Category:
mod_ssi
Target version:
ASK QUESTIONS IN Forums:

Description

I have bugs: mod_ssi don't recognize.html files if mimetype.assign (...,".html" => "text/html",..)
in out i see:
if i remove ".html" from mimetype.assign mod_ssi is normal, but mimetype in mod_compress not recognize. What you do?

Actions #1

Updated by stbuehler almost 16 years ago

  • Status changed from New to Fixed
  • Resolution set to invalid

Now, you can either process .html with mod_compress or with mod_ssi, but not with both.

I guess you want mod_ssi, so you should have mod_ssi before mod_compress in your module list.

If that is already the case, please attach your config (or a smaller config which triggers your problem too) and reopen the bug. But please accept the fact that you can't have mod_compress compress the output of mod_ssi.

Btw, current version is 1.4.19.

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom