I'll probably move this to the beginners-cgi list at Sean's suggestion.
But just to try and wrap up one specific point...
I've been following the information here:
http://httpd.apache.org/docs/1.3/howto/cgi.html
and also looking at Includes here:
http://httpd.apache.org/docs/1.3/howto/ssi.html
T
On Mon, Sep 18, 2006 at 12:46:43PM +0100, Simon Wray wrote:
>
> The error log contains no entry pertaining to the loading of the page.
> Which makes me think the script has been located & executed...
Really? Not just that it didn't even parse the file for SSI? That's how
I'd read it. Change the s
On Monday 18 September 2006 07:46, Simon Wray wrote:
> The error log contains no entry pertaining to the loading of the page.
> Which makes me think the script has been located & executed...
>
> I didn't think I needed to set up SSI because I'm using exec and I have
> ExecCGI configured. I.e. I'm n
---Original Message-
From: Sean Davis [mailto:[EMAIL PROTECTED]
Sent: 18 September 2006 12:27
To: modperl@perl.apache.org
Cc: Simon Wray
Subject: Re: [CGI] Can't Execute Script on Apache
On Monday 18 September 2006 07:18, Simon Wray wrote:
> Hi
>
>
>
> I'm trying to e
On Monday 18 September 2006 07:18, Simon Wray wrote:
> Hi
>
>
>
> I'm trying to execute a simple Perl and/or Python script on Apache2.2
> from within an HTML document, but with no success.
What does your error_log say?
Also, it looks like you are using SSI, so you will need to make sure SSI is
Hi
I’m trying to execute a simple Perl and/or
Python script on Apache2.2 from within an HTML document, but with no success.
Please advise if this is the incorrect list to
address this problem to.
I have a simple “Hello, World!” script
in Perl that I want to execute from within a