Bug #173
closedServer Side Includes ignored
Description
Having followed the instructions on http://www.lighttpd.net/documentation/ssi.html to the letter, I'm a bit surprised to find my .shtml file being served up with SSI tags in. No errors in the log file, the .shtml file is simply being treated as a regular .html despite configuration directives to the contrary - some other module with an undocumented conflict? Since this prevents SSI functioning entirely, it's quite a big problem...
-- jas
Updated by Anonymous over 19 years ago
Where is your shtml page? I'm sure know that lighttpd doesn't support all the features of ssi:
Are you using any of the un-supported features? I got it to work for me sans those unsupported features.
-- Mystique
Updated by Anonymous over 19 years ago
I wasn't using any unsupported features, just plain old includes. I've now got the page working, but don't quite know what was wrong before: the SSI parser really should make more effort to give an error message on unknown/malformed SSI tags rather than just serving them up unmodified!
At the very least, documenting that the SSI module will silently ignore tags, passing them through unmodified, would simplify future SSI troubleshooting for other users.
-- jas
Updated by conny about 19 years ago
- Status changed from New to Fixed
- Resolution set to worksforme
If I understand http://trac.lighttpd.net/trac/browser/branches/lighttpd-merge-1.4.x/src/mod_ssi.c#L880 correctly, unhandled commands are reported in the errorlog.
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
Updated by gstrauss about 1 year ago
- Description updated (diff)
- Status changed from Missing Feedback to Fixed
- ASK QUESTIONS IN Forums set to No
User config error fixed by user, and possibly also browser caching issue.
Also available in: Atom