Added a "return;" statement to the ssi_include routine. Avoids printing an extraneous "1" in the served page. Don't know how I missed this before. Thanks to Gil Vidals.
mod_include has this: if (!(allow_options(r) & OPT_INCLUDES)) { return DECLINED; }