Version 1.38 does not pass SSI function "parameters", i.e. trailing words. I made a change to io_ssi.c, so now it does. Please check out CVS.
The "parameters" are passed as arg->in.buf pointer. If it is NULL, then no arguments are passed. If more than one arguments are specified, that does not matter: they appear as one "word", char * arg->in.buf Callback must parse it. arg->in.buf is guaranteed to be \0 terminated. example.c has a usage example. sergey ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ shttpd-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shttpd-general
