Project

General

Profile

Actions

Bug #173

closed

Server Side Includes ignored

Added by Anonymous over 19 years ago. Updated about 1 year ago.

Status:
Fixed
Priority:
Normal
Category:
documentation
Target version:
-
ASK QUESTIONS IN Forums:
No

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

Actions #1

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:

Unsupported Features

Supported Features

Are you using any of the un-supported features? I got it to work for me sans those unsupported features.

-- Mystique

Actions #2

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

Actions #3

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.

Actions #4

Updated by stbuehler over 16 years ago

  • Status changed from Fixed to Missing Feedback
Actions #5

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.

Actions

Also available in: Atom