RE: How to exe a cgi script
- Posted by Jonas Temple <jktemple at yhti.net> Mar 14, 2002
- 456 views
David, The <!--exec...--> directive is what's called a server-side include or directive. In other words, the web server you're using must be able to support this directive. In html the <!-- is a comment so browsers won't bother rendering the directive. I'd check my server documentation and see if it supports it. Jonas David Mosley wrote: > Hi > I am sorry for this dumb ?,but here goes I am working on a counter for > my web page and it works,but the thing is I can not get it to run on the > > server I have tried <!--exec cgi="/cgi/counter.cgi"--> I found this in > come files that I have downloaded,but it does not work,so how do I get > the script to run. > Thanks also thank you for the help to the other post:) > P.S I can get it to work if i link to it like this > http://mydomain.com/cgi-bin/counter.cgi > >