On 11/1/06, Ralph Nelson <[EMAIL PROTECTED]> wrote:
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:

There may be a bug here.  But exec has always been a dirty hack.
Convert your executable into a CGI script and use include virtual
instead.

Joshua.

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