The following reply was made to PR mod_include/1814; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: William Polik <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: mod_include/1814: exec cmd SSI directive fails in Win95 Date: Mon, 16 Feb 1998 10:24:51 -0700 (MST) On 16 Feb 1998, William Polik wrote: > Although I have > * perl working fine > * CGI scripts (written in perl) working fine > * SSI echo var working fine > and I believe I have > * configured srm.conf and access.conf correctly > the SSI exec cmd directives > <!--#exec cmd="DIR"--> Possibly related to the fact that "dir" isn't a command, it is just something that the command interpreter can parse. > <!--#exec cmd="perl c:\htdocs\wfp\ssitest1.cgi"--> Possibly a problem with not specifying a directory for perl. > <!--#exec cmd="/cgi-bin/ssitest1.cgi"--> Erm... please go through the docs again. exec cmd runs something from the _local_ filesystem. You don't have a /cgi-bin directory. Try using include virtual instead.
