You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Correy <co...@iinet.net.au> on 2004/05/14 09:18:54 UTC

Apache Blocking EXE FILE FROM RUNNING (CGI)

I am running a cgi script that executes a file called PSRemoteTest.exe

However Apache stops it from running with this error message.

16:33:01 2004] [error] [client 127.0.0.1] PSRemote is not running\r

How do I make Apache execute this program??

Correy




Re: Apache Blocking EXE FILE FROM RUNNING (CGI)

Posted by Cliff Woolley <jw...@apache.org>.
On Fri, 14 May 2004, Correy wrote:

> I am running a cgi script that executes a file called PSRemoteTest.exe
> However Apache stops it from running with this error message.
> 16:33:01 2004] [error] [client 127.0.0.1] PSRemote is not running\r
> How do I make Apache execute this program??

I'm sorry, but that doesn't sound like an Apache-generated error message.
It likely comes from within PSRemoteTest itself.

Further, this mailing list is for development-related discussion only;
end user support is conducted on the users@httpd.apache.org mailing list
(see http://httpd.apache.org/userslist.html ).

Regards,
Cliff