|
ssi in pws
I'm trying to generate a hit counter using Server Side Includes on MS Peer Web Services. I've tried several different commands, but the one that should work (and isn't), is:
<!--#exec cgi="../scripts/check.cgi"-->
The file containing this command is C:\inetpub\wwwroot\wonder.stm.
The cgi file is C:\inetpub\scripts\check.cgi.
C:\inetpub\scripts has also been labeled as the virtual directory "\Scripts".
.stm files are currently mapped to C:\winnt\system32\inetsrv\ssinc.dll.
Am I mapped to the wrong .dll? Is my include statement wrong?
Any input would be appreciated. Thank you.
Edit: It is my current understanding that the #exec command is only available for SSI on Windows 2000 or later (IIS and PWS). So as far as my using NT 4 SP 6, it looks like I'll have to find another solution.
Last edited by EasilyBefuddled; 09-06-2002 at 01:46 AM..
|