[San-Diego-pm] SSI problem

Joel Fentin joel at fentin.com
Wed Apr 4 12:59:43 PDT 2007


I have a personal Apache 2 server in my laptop.
I can't get a perl script to run via SSI from a .shtml file. Here is 
that file:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1">
     <title>xxxxx</title>
     <meta name="content-language" content="en-us">
   </head>

   <body>
     111111
         <!--#INCLUDE VIRTUAL="/cgi-bin/Pat/Galaxy/DispTopBanner.pl"-->
     222222
         <!--#EXEC CGI="/cgi-bin/Pat/Galaxy/DispTopBanner.pl"-->
     333333
     <!--#include file="Source.txt"-->
   </body>
</html>


The number one gives me:
[an error occurred while processing this directive]

The number two gives me nothing.

The number three gives me the text I asked for.

I've been in the httpd.conf file of Apache trying this and that to no avail.

If I purposely place an error in DispTopBanner.pl, I get an error 
message. But I can't get anything else from it.

Any ideas or help appreciated.
-- 
Joel Fentin       tel: 760-749-8863    FAX: 760-749-8864
Email:            http://fentin.com/me/ContactMe.html
Biz Website:      http://fentin.com
Personal Website: http://fentin.com/me


More information about the San-Diego-pm mailing list