On 10/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 1. I think the http://httpd.apache.org/docs/2.2/howto/cgi.html should have
> link to http://httpd.apache.org/docs/2.2/howto/ssi.html. Some of the data
> is related and required to get CGI running.
What part of the SSI doc that isn't duplic
Thanks to my not reading Joshua Silve's reply and his second correction
everything is working.
I needed a Directory entry for the directory that had the *html files that
call the JavaScript and CGI files. So I needed three entries as follows:
For the file with *html:
AllowOverride None
On 10/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Not a total solution but getting there.
>
> Joshua Slive had some of the answer.
> He enlightened me that I was using SSI and told me to used SetOutputFilter
> and I read-up on the SSI howto.
>
> So I can include JavaScript files and they w
Not a total solution but getting there.
Joshua Slive had some of the answer.
He enlightened me that I was using SSI and told me to used SetOutputFilter
and I read-up on the SSI howto.
So I can include JavaScript files and they work nicely. However perl
scripts in the cgi-bin directly stubbornly
On 10/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> But no matter what I've tried I can't get the text into the HTML page when
> it loads initially. I've tried:
> #exec cgi="/cgi-bin/xxx.pl"
> and a number of tags that shouldn't and didn't work. All I see are the HTML
> tags. Including al
I'm a newbie to Apache and throwing myself on the wisdom of the list.
I'm running FreeBSD6.2 in a jail with Apache 2.2.6.
The basic set-up works but I'm having problems with dynamic HTML and cgi
scripts. I'm using perl for my testing.
Going through the HowTo I can invoke the script as a direc