From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-24-221-98-238.az.sprintbbd.net ([24.221.98.238] helo=lnx3.holmesgrown.com) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 17n7rF-0007lE-00 for ; Thu, 05 Sep 2002 21:24:25 -0400 Received: (from steve@localhost) by lnx3.holmesgrown.com (8.11.4/8.11.4) id g861O9000387 for speakup@braille.uwo.ca; Thu, 5 Sep 2002 18:24:09 -0700 Date: Thu, 5 Sep 2002 18:24:09 -0700 From: Steve Holmes To: speakup@braille.uwo.ca Subject: Re: SSI in apache and cgi scripts Message-ID: <20020905182407.B370@lnx3.holmesgrown.com> References: <003501c25525$2fb77ba0$4a01a8c0@rgallegos> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <003501c25525$2fb77ba0$4a01a8c0@rgallegos>; from raul@asmodean.net on Thu, Sep 05, 2002 at 04:42:51PM -0500 Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: I thought SSI's were limitted to special defines in Apache; I didn't you could create your own. But What do I know? my Apache experience is a bit dim yet. I thought CGI bins had to be invoked directly from HTML pages or form action post or such. Of course, PHP simply is embedded in HTML and the PHP stuff needs to be enabled in httpd.conf but that's probably beyond the scope of this message:). On Thu, Sep 05, 2002 at 04:42:51PM -0500, Raul A. Gallegos wrote: > Hi. I've enabled SSI in httpd.conf per the manual the comments in said > file. I've put a .cgi script, for now just something that prints hello. > The content of the script is: > > #!/usr/bin/perl > print "Content-type: text/html\n\n"; > print "Hello"; > > I've also put the correct include and exec statement in a document called > test.shtml and the text still will not come up. > > Is there something I should look for considering all these factors? The > scripts lives in /usr/lib/cgi-bin which is the default for debian. I call > the script with > > > > Still nothing. > > > > _______________________________________________ > Speakup mailing list > Speakup@braille.uwo.ca > http://speech.braille.uwo.ca/mailman/listinfo/speakup