Apache Error

Hi,

I am getting the error given below in the apache error_log.

Error: tcgetattr: Invalid argument
ioctl I_PUSH ttcompat: No such device or address
sh: /xyz: not found

the file xyz is there in the location with the necessary permissions.

Could anyone help me with this.

Thanks,
Amit

Could you post context on what program this error is happening inside? I doubt it's happening in apache itself, but in a CGI program apache is executing.

tcgetattr gets information on the current terminal. As a rule, CGI programs executed by apache don't have a terminal.