We have several perl cgi scripts that run fine with apache 2.0 but fail with 2.2. This is using 2.2 that is part of recent Fedora and 2.0.59 that I just built and installed on the same machine.

The problem seems to be with system() calls in perl.

system("ls");  returns an error with version 2.2 but runs w/o error with 2.0

Same with File::Copy copy() function.

I believe I've made the configurations (httpd.conf) for the two apaches the same.

What am I'm missing?

Thanks

Steve P

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to