From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from saidin.asmodean.net ([216.254.114.61]) by speech.braille.uwo.ca with esmtp (Exim 3.35 #1 (Debian)) id 17n4PI-0008UF-00 for ; Thu, 05 Sep 2002 17:43:21 -0400 Received: from localhost ([127.0.0.1] helo=rgallegos) by saidin.asmodean.net with smtp (Exim 3.35 #1 (Debian)) id 17n4Oq-00015s-00 for ; Thu, 05 Sep 2002 16:42:52 -0500 Message-ID: <003501c25525$2fb77ba0$4a01a8c0@rgallegos> From: "Raul A. Gallegos" To: Subject: SSI in apache and cgi scripts Date: Thu, 5 Sep 2002 16:42:51 -0500 Organization: Asmodean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-Mimeole: Produced By Microsoft MimeOLE V6.00.2600.0000 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: 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.