Bug #2150
closedSSI Include not work
Description
A simple SSI include not work.
Enabled the mod_ssi, created a .shtml page with a simple file include, the page served from the server
not contain the page with the inclusion but the include statement.
In attach the configuration and the sample page used to test the include.
Files
Updated by lonnyk about 15 years ago
The issue seems to have to do with the regex on line 132 of mod_ssi.c identifying:
<!--#include (file="foo.bar") -->
as a line we want to parse.
lighty is able to parse
<!--#include file="foo.bar" -->
just fine.
Additionally, the syntax used in the bug report doesn't seem to be supported by anyone. Correct me if I'm wrong, but this seems to be more of an issue with the lighty documentation rather then mod_ssi.
Updated by laforge about 15 years ago
Uhhhhhh right!
I taked the example with the () in the SSI directive...
Tested with the right code and works.
Thank you very much.
IHMO You can close this bug.
LaForge.
Updated by nitrox about 15 years ago
- Status changed from New to Invalid
- Priority changed from High to Normal
Also available in: Atom