Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [yogi] using SSI within a dynamic directory..

Quote Reply
Re: [yogi] using SSI within a dynamic directory.. In reply to
I found this but can't seem to get it to work...

Code:
$ENV{'REQUEST_METHOD'} = "POST";
$ENV{'CONTENT_LENGTH'} = length($cgi_input);
$ENV{'CONTENT_TYPE'} = "application/x-www-form-urlencoded";

open(PIPE, "| test.cgi");
print PIPE $cgi_input;
close(PIPE);

There was a GET version too which didn't work either...maybe it was my script though :(

Last edited by:

Paul: Jul 31, 2002, 1:52 PM
Subject Author Views Date
Thread using SSI within a dynamic directory.. katabd 14565 Jul 28, 2002, 8:05 PM
Thread Re: [katabd] using SSI within a dynamic directory..
Stealth 14139 Jul 28, 2002, 8:28 PM
Thread Re: [Stealth] using SSI within a dynamic directory..
katabd 14081 Jul 28, 2002, 8:40 PM
Post Re: [katabd] using SSI within a dynamic directory..
Stealth 14018 Jul 28, 2002, 8:52 PM
Thread Re: [Stealth] using SSI within a dynamic directory..
katabd 14203 Jul 28, 2002, 9:49 PM
Thread Re: [katabd] using SSI within a dynamic directory..
Stealth 14101 Jul 30, 2002, 6:12 PM
Post Re: [Stealth] using SSI within a dynamic directory..
katabd 14119 Jul 30, 2002, 6:38 PM
Thread Re: [Stealth] using SSI within a dynamic directory..
Paul 14056 Jul 31, 2002, 2:38 AM
Thread Re: [Paul] using SSI within a dynamic directory..
Stealth 14007 Jul 31, 2002, 12:08 PM
Thread Re: [Stealth] using SSI within a dynamic directory..
Paul 14131 Jul 31, 2002, 12:24 PM
Thread Re: [Paul] using SSI within a dynamic directory..
Stealth 14075 Jul 31, 2002, 12:27 PM
Thread Re: [Stealth] using SSI within a dynamic directory..
katabd 14053 Jul 31, 2002, 12:30 PM
Thread Re: [katabd] using SSI within a dynamic directory..
Paul 14059 Jul 31, 2002, 1:18 PM
Thread Re: [Paul] using SSI within a dynamic directory..
katabd 14003 Jul 31, 2002, 3:54 PM
Thread Re: [katabd] using SSI within a dynamic directory..
Paul 14006 Jul 31, 2002, 4:05 PM
Thread Re: [Paul] using SSI within a dynamic directory..
katabd 14087 Jul 31, 2002, 4:14 PM
Thread Re: [katabd] using SSI within a dynamic directory..
Paul 13997 Jul 31, 2002, 4:24 PM
Thread Re: [Paul] using SSI within a dynamic directory..
katabd 14032 Jul 31, 2002, 4:33 PM
Thread Re: [katabd] using SSI within a dynamic directory..
Paul 14084 Jul 31, 2002, 4:34 PM
Post Re: [Paul] using SSI within a dynamic directory..
katabd 13972 Jul 31, 2002, 4:41 PM
Thread Re: [Paul] using SSI within a dynamic directory..
yogi 13978 Aug 2, 2002, 5:35 AM
Post Re: [yogi] using SSI within a dynamic directory..
Paul 4374 Aug 2, 2002, 5:46 AM
Thread Re: [yogi] using SSI within a dynamic directory..
Paul 4560 Aug 2, 2002, 5:51 AM
Thread Re: [Paul] using SSI within a dynamic directory..
yogi 4389 Aug 2, 2002, 5:54 AM
Thread Re: [yogi] using SSI within a dynamic directory..
Paul 4346 Aug 2, 2002, 5:54 AM
Thread Re: [Paul] using SSI within a dynamic directory..
yogi 4416 Aug 2, 2002, 6:27 AM
Post Re: [yogi] using SSI within a dynamic directory..
Paul 4279 Aug 2, 2002, 7:01 AM
Thread Re: [Stealth] using SSI within a dynamic directory..
Paul 14133 Jul 31, 2002, 1:04 PM
Thread Re: [Paul] using SSI within a dynamic directory..
yogi 14006 Jul 31, 2002, 1:26 PM
Post Re: [yogi] using SSI within a dynamic directory..
Paul 13964 Jul 31, 2002, 1:42 PM
Post Re: [yogi] using SSI within a dynamic directory..
Paul 14003 Jul 31, 2002, 1:52 PM