From rkleeman at energoncube.net Mon Apr 2 16:39:40 2007
From: rkleeman at energoncube.net (Bob Kleemann)
Date: Mon, 2 Apr 2007 16:39:40 -0700
Subject: [San-Diego-pm] Meeting on Monday the 9th
Message-ID: <20070402233940.GD25872@energoncube.net>
Just your typical reminder folks,
We are having our our normal monthly meeting one week from tonight (the 9th),
at our normal place and time, 7PM at the Panera Bread on Mira Mesa Blvd and
I-15. Bring your questions, comments, ideas, and suggestions, and we'll
contemplate, ponder, talk, speculate, and conjecture about them.
I hope to see you all then.
From joel at fentin.com Wed Apr 4 12:59:43 2007
From: joel at fentin.com (Joel Fentin)
Date: Wed, 04 Apr 2007 12:59:43 -0700
Subject: [San-Diego-pm] SSI problem
Message-ID: <461403AF.4000609@fentin.com>
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:
xxxxx
111111
222222
333333
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
From joel at fentin.com Wed Apr 4 13:50:39 2007
From: joel at fentin.com (Joel Fentin)
Date: Wed, 04 Apr 2007 13:50:39 -0700
Subject: [San-Diego-pm] SSI problem
In-Reply-To:
References:
Message-ID: <46140F9F.4080304@fentin.com>
Hahn, Christopher wrote:
> Joel,
>
> Could you remind me of the server config that allowed
> SSIs to run? There was one, I recall....
>
> Chris
httpd.conf
In the past, I could get things to work in XP by:
uncomment the following lines:
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
Add the word Includes to this line: Options Indexes FollowSymLinks
Add it after the word Options.
--
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
From chris at chrisgrau.com Wed Apr 4 13:58:37 2007
From: chris at chrisgrau.com (Chris Grau)
Date: Wed, 4 Apr 2007 13:58:37 -0700
Subject: [San-Diego-pm] SSI problem
In-Reply-To: <461403AF.4000609@fentin.com>
References: <461403AF.4000609@fentin.com>
Message-ID: <20070404205837.GD12399@chrisgrau.com>
On Wed, Apr 04, 2007 at 12:59:43PM -0700, Joel Fentin wrote:
> 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:
>
[snip]
> 111111
>
> 222222
>
> 333333
>
>
[snip]
>
> 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.
What does /cgi-bin/Pat/Galaxy/DispTopBanner.pl return when requested
directly by a web browser?
Is there anything in the Apache error log? I think the SSI directives
will report errors there. It's been a while since I've used SSI,
though.
-chris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.pm.org/pipermail/san-diego-pm/attachments/20070404/96913ce5/attachment.bin
From emileaben at gmail.com Wed Apr 4 14:01:59 2007
From: emileaben at gmail.com (Emile Aben)
Date: Wed, 4 Apr 2007 14:01:59 -0700
Subject: [San-Diego-pm] SSI problem
In-Reply-To: <46140F9F.4080304@fentin.com>
References:
<46140F9F.4080304@fentin.com>
Message-ID: <28e00a750704041401k2539ebd5lcc29f71560a39fa8@mail.gmail.com>
Hi Joel,
One thing i can think of is replacing your SSI directives with iframes,
something like:
111111