Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 5862 invoked by uid 6000); 4 Aug 1999 13:22:45 -0000 Received: (qmail 5850 invoked from network); 4 Aug 1999 13:22:44 -0000 Received: from ns1.covalent.net (HELO zuul.interlinksystems.com) (208.214.56.2) by taz.hyperreal.org with SMTP; 4 Aug 1999 13:22:44 -0000 Received: from piemail.pienet.net (khi-cheetah.pienet.net [209.58.14.1]) by zuul.interlinksystems.com (8.9.1/8.9.1) with ESMTP id IAA70208 for ; Wed, 4 Aug 1999 08:22:02 -0500 (CDT) (envelope-from swiftkid@bigfoot.com) Received: from whizkid ([209.58.14.116]) by piemail.pienet.net (Netscape Messaging Server 3.01) with SMTP id AAA5763; Wed, 4 Aug 1999 18:18:04 -0500 Message-ID: <003601bede7b$eeece9c0$740e3ad1@whizkid> From: "Faisal Nasim" To: , References: <19990804131432.2513.qmail@hyperreal.org> Subject: Re: general/4816: SSI in CGI Date: Wed, 4 Aug 1999 18:19:04 +0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: apache-bugdb-owner@apache.org Precedence: bulk : Synopsis: SSI in CGI :=20 : State-Changed-From-To: open-suspended : State-Changed-By: rbbloom@us.ibm.com : State-Changed-When: Wed Aug 4 06:14:28 PDT 1999 : State-Changed-Why: : There is currently no way to parse cgi output for SSI tags. : This feature has been requested many times in the past, and : it is in plan for some time during the 2.X release. I would : expect to see this in 2.0, but hopefully 2.1 or 2.2. I am Many services have already hacked Apache source and done this. One prominent example is: www.hypermart.net/ and how can you possibly say it isn't possible? It is possible! mod_include Reads a file and put it into FILE * now reads and replaces all SSI tags etc. right? mod_cgi FILE *blah =3D fdopen ( script_in -> fd , "rb" ); Now, we have same data as mod_include wants. We could just copy the source of mod_include inside mod_cgi or perhaps just use an internal_redirect or something. Thanx anyway! --=20 Faisal Nasim (the Whiz Kid) Web: http://wss.hypermart.net/ FAX: (815) 846-2877