[Bug 264349] Re: mod_ssi do not work when mod_compress is active
lsw
lwasserm at sdf.lonestar.org
Sat Dec 13 03:34:25 UTC 2008
I recently installed lighttpd and had the same problem. I found this bug
report while searching for a solution. I thought I'd play with the order
of loading modules and found that if mod_ssi is loaded in the
lighttpd.conf server.modules section before mod_compress, then ssi and
compression will both work. Apparently if done the other way around
lighttpd compresses the file before it does the includes.
server.modules = (
"mod_access",
"mod_alias",
"mod_accesslog",
# load mod_ssi before mod_compress or ssi won't work.
"mod_ssi",
"mod_compress",
# "mod_rewrite",
# "mod_redirect",
# "mod_status",
# "mod_evhost",
# "mod_usertrack",
# "mod_rrdtool",
# "mod_webdav",
# "mod_expire",
# "mod_flv_streaming",
# "mod_evasive"
)
--
mod_ssi do not work when mod_compress is active
https://bugs.launchpad.net/bugs/264349
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list