I'm using the Win32 port (not my fault -- blame my employer) of Apache v2.2.3

I've added the lines:
   AddType text/html .shtml
   AddType text/html .stm
   AddHandler server-parsed .shtml
   AddHandler server-parsed .stm
to my httpd.conf as well as adding
   Options +Includes +ExecCGI

All of my SSI tags expand *except* the #exec tag.  Whenever I try to run an
#exec tag (two shown below - the first just tries "dir" and the other a long
convoluted command), I get:

[Tue Oct 31 17:20:40 2006] [error] [client x.x.x.x] (OS 2)The system cannot find
the file specified.  : Failed to open cgi file dir for testing
[Tue Oct 31 17:20:40 2006] [error] [client x.x.x.x] (OS 2)The system cannot find
the file specified.  : don't know how to spawn cmd child process:
D:/www/CM/UpdatePDGWeb.stm
[Tue Oct 31 17:20:40 2006] [error] [client x.x.x.x] execution failure for
parameter "cmd" to tag exec in file D:/www/CM/NotWorking.stm

[Tue Oct 31 17:20:40 2006] [error] [client x.x.x.x] (OS 2)The system cannot find
the file specified.  : Failed to open cgi file C:/Program
Files/Path/To/binary/binary.exe -options for testing
[Tue Oct 31 17:20:40 2006] [error] [client x.x.x.x] (OS 2)The system cannot find
the file specified.  : don't know how to spawn cmd child process:
D:/www/CM/NotWorking.stm
[Tue Oct 31 17:20:40 2006] [error] [client x.x.x.x] execution failure for
parameter "cmd" to tag exec in file D:/www/CM/NotWorking.stm

---------------------------------------------------------------------
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