Actions
Bug #1651
closedmod_ssi don't responise .html files if mimetype.assign (...,".html" => "text/html",..)
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?
Updated by stbuehler over 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
Also available in: Atom