<[EMAIL PROTECTED]> writes:

> Hi Scott,
>
> I do not see anything in error log, The print line before and after the
> command also works fine,The webserver has permission to run the command
> since I can execute the same command using backtick like
> `/tmp/in_out_err.pl`

Huh, that is very odd.  Are you sure the program is not getting
executed at all?  Is it possible it's just not getting its input or
sending its output because of buffering?  What if instead of that
program you run something like "/bin/echo Test"?

> Do we need to configure anything so that apache can start executing the
> Apache::SubProcess package ?

Well, you will need to say "use Apache::SubProcess", but I assume you
would get a compile-time error if you didn't do that.

-----Scott.

Reply via email to