On Fri, 22 Dec 2000, Irwan Hadi wrote:
>
> # Print the HTML response page to STDOUT
> print < <
> <
> <
> <
> EOF
>
> [I add < in front of the tag, to make it won't be considered as HTML mail]
>
I'm not sure why Apache would behave t
I really have no idea. Your syntax looks fine to me. Are there symlinks
involved in these paths? You may have to specify an option to follow
symlinks.
hth
charles
On Fri, 22 Dec 2000, Irwan Hadi wrote:
> At 08:07 AM 12/22/00 -0500, you wrote:
> >Irwan
> >
> >This is a CGI config problem, not a
well, then let him try this (known to be working) test script
#!/usr/bin/perl
print "Content-type: text/html\n\n";
$dir = `pwd`;
print "the cgi-bin dir is in $dir\n";
charles
On Fri, 22 Dec 2000, Mike Burger wrote:
> Actually, it's a problem caused by his editing the script. While I'm no
Actually, it's a problem caused by his editing the script. While I'm no
Perl programmer, and can't tell him exactly what's wrong, I can tell him
htat I've been down this road with a number of Perl scripts I have
running, here, over time, and it always pointed back at either the method
with which
Irwan
This is a CGI config problem, not a perl config problem. That test cgi
could be written in any language.
On Fri, 22 Dec 2000, Irwan Hadi wrote:
> I'm configuring Apache 1.3.14 with Mod Perl 1.24_01 and PHP 4.0.3pl1, on
> Redhat 6.2. I got a problem in which when Apache wants to run a p