Link to home
Start Free TrialLog in
Avatar of mon1
mon1

asked on

Server SIde Include (SSI)

i am new to the CGI.. i have written a perl script for counter program.. i want to execute this cgi when  i they access my home page...
fo this i written the html file like this..
<html><head><title>MY PAGE</title></head>
<body>
<hr noshade>
Visitor No :
<!--#exec cgi="/cgi-bin/f8.cgi" -->
<hr noshade>
</body></html>
but this cgi is not executing...
what changes i have to do in my web server configuration files, access.conf,srm.conf . in order to execute the cgi..


ASKER CERTIFIED SOLUTION
Avatar of TYoung
TYoung

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial