Feature #1134
closedallow for SSI to execute files with query string-like parameters
Description
zeus currently supports this. not sure if apache does it. i'm not sure if it's a bug or a feature.
currently it tries to process the entire string as a file. it doesn't split on "?" for the query string. while i think it's improper design, i'm sure there's some other (poorly designed) websites out there.
2007-04-21 17:55:38: (response.c.611) Path : /home/foo/web/foo.com/foobar.htm 2007-04-21 17:55:38: (mod_ssi.c.581) ssi: stating failed /home/foo/web/foo.com/ galleries/foo.php?id=1234 No such file or directory 2007-04-21 17:55:38: (response.c.622) -- subrequest finished
foobar.htm contents:
<!--#include virtual="/galleries/foo.php?id=1234"-->
Updated by darix almost 18 years ago
lighttpd doesnt support calling into *cgi for virtual
Updated by mike503 almost 18 years ago
would this be something mod_magnet might be able to do?
if so... i'd be willing to pay someone to make the appropriate lua script to do it.
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Category changed from core to mod_ssi
- Assignee deleted (
jan)
Updated by gstrauss over 8 years ago
- Priority changed from Normal to Low
lighttpd doesnt support calling into *cgi for virtual
Changing to low priority. This would be a fair amount of effort to implement, as lighttpd 1.4.x does not currently implement full subrequests within a handler.
@mike503: if still interested in sponsoring this feature, please contact me (email on my github page)
Updated by gstrauss over 3 years ago
- Status changed from New to Need Feedback
- ASK QUESTIONS IN Forums set to No
Is there any interest in using this feature, or has the world largely moved on from SSI?
It seems to me that increased processing power and machine virtualization (and isolation) are better replacements to the much more limited SSI sandbox.
Updated by gstrauss over 3 years ago
- Status changed from Need Feedback to Missing Feedback
Updated by gstrauss about 1 year ago
- Related to Feature #796: Not all (useful) mod_ssi directive arguments interpolate variables added
Also available in: Atom